Skip to content

ChatCompletionMessageToolCall

autogen.oai.oai_models.chat_completion_message_tool_call.ChatCompletionMessageToolCall #

Bases: BaseModel

model_config class-attribute #

model_config = ConfigDict(extra='allow')

id instance-attribute #

id

The ID of the tool call.

function instance-attribute #

function

The function that the model called.

type instance-attribute #

type

The type of the tool. Currently, only function is supported.