import { ChatCompletionAssistantMessageParam } from "https://deno.land/x/openai@v4.53.2/resources/mod.ts";
import { type ChatCompletionAssistantMessageParam } from "https://deno.land/x/openai@v4.53.2/resources/mod.ts";
Properties
The contents of the assistant message. Required unless tool_calls
or
function_call
is specified.
optional
deprecated
function_call: ChatCompletionAssistantMessageParam.FunctionCall | nullAn optional name for the participant. Provides the model information to differentiate between participants of the same role.
optional
tool_calls: Array<ChatCompletionMessageToolCall>The tool calls generated by the model, such as function calls.