ChatCompletionMessageToolCall

ChatCompletionMessageToolCall(**data: Any)

Usage docs: https://docs.pydantic.dev/2.10/concepts/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.