chat_completion_message_tool_call
autogen.oai.oai_models.chat_completion_message_tool_call.ChatCompletionMessageToolCall
ChatCompletionMessageToolCall
Usage docs: https://docs.pydantic.dev/2.10/concepts/models/
A base class for creating Pydantic models.
Name | Description |
---|---|
**data | Type: Any |
Class Attributes
function
The function that the model called.
id
The ID of the tool call.
model_config
type
The type of the tool. Currently, only function
is supported.