import { ChatCompletionAssistantMessageParam } from "https://deno.land/x/openai@v4.19.1/resources/chat/mod.ts";
Interfaces
Deprecated and replaced by |
import { type ChatCompletionAssistantMessageParam } from "https://deno.land/x/openai@v4.19.1/resources/chat/mod.ts";
Properties
optional
function_call: ChatCompletionAssistantMessageParam.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.