oai_models
autogen.oai.oai_models.ChatCompletionMessageToolCall
ChatCompletionMessageToolCall
!!! abstract “Usage Documentation” 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.