import { ChatCompletionMessage } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
import { type ChatCompletionMessage } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
A chat completion message generated by the model.
Properties
optional
deprecated
function_call: ChatCompletionMessage.FunctionCalloptional
tool_calls: Array<ChatCompletionMessageToolCall>The tool calls generated by the model, such as function calls.