import { ChatCompletionSnapshot } from "https://deno.land/x/openai@v4.21.0/lib/ChatCompletionStream.ts";
const { ToolCall } = ChatCompletionSnapshot.Choice.Message;
import { type ChatCompletionSnapshot } from "https://deno.land/x/openai@v4.21.0/lib/ChatCompletionStream.ts";
const { ToolCall } = ChatCompletionSnapshot.Choice.Message;
Properties
optional
function: ToolCall.Function