ToolCall
Represents a function call request from an LLM.
Contains the tool name, arguments, and call ID needed to execute a tool function and track the response.
Attributes
attribute
namestr
attribute
argsdict[str, Any]
attribute
id_Annotated[str | None, Field(alias=id)]
= None
attribute
type_Literal['tool_call']
= 'tool_call'
Last updated on