import { ChatCompletionChunk } from "https://deno.land/x/openai@v4.53.2/resources/chat/mod.ts";
const { Delta } = ChatCompletionChunk.Choice;
import { type ChatCompletionChunk } from "https://deno.land/x/openai@v4.53.2/resources/chat/mod.ts";
const { Delta } = ChatCompletionChunk.Choice;
A chat completion delta generated by streamed model responses.
Properties
optional
deprecated
function_call: Delta.FunctionCalloptional
tool_calls: Array<Delta.ToolCall>