Files
log10go/docs/models/components/chatcompletionresponsemessage.md
2024-05-24 18:29:28 -07:00

6.0 KiB
Raw Permalink Blame History

ChatCompletionResponseMessage

A chat completion message generated by the model.

Fields

Field Type Required Description
Content string ✔️ The contents of the message.
ToolCalls []components.ChatCompletionMessageToolCall The tool calls generated by the model, such as function calls.
Role components.ChatCompletionResponseMessageRole ✔️ The role of the author of this message.
FunctionCall *components.ChatCompletionResponseMessageFunctionCall : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Deprecated and replaced by tool_calls. The name and arguments of a function that should be called, as generated by the model.