import { ChatCompletionMessage } from "https://deno.land/x/openai@v4.24.3/resources/mod.ts";
Interfaces
Deprecated and replaced by |
import { type ChatCompletionMessage } from "https://deno.land/x/openai@v4.24.3/resources/mod.ts";
A chat completion message generated by the model.
Properties
optional
function_call: ChatCompletionMessage.FunctionCallDeprecated and replaced by tool_calls
. The name and arguments of a function
that should be called, as generated by the model.
optional
tool_calls: Array<ChatCompletionMessageToolCall>The tool calls generated by the model, such as function calls.