ChatCompletionMessageToolCall

ChatCompletionMessageToolCall(**data: Any)
!!! abstract “Usage Documentation” Models A base class for creating Pydantic models.
Parameters:
NameDescription
**dataType: 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.