mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-07 20:47:45 +00:00
6.0 KiB
6.0 KiB
ChatCompletionResponseMessage
A chat completion message generated by the model.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
content |
Optional[str] | ✔️ | The contents of the message. |
role |
components.ChatCompletionResponseMessageRole | ✔️ | The role of the author of this message. |
tool_calls |
List[components.ChatCompletionMessageToolCall] | ➖ | The tool calls generated by the model, such as function calls. |
function_call |
Optional[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. |