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
attributenamestrattributeargsdict[str, Any]attributeid_Annotated[str | None, Field(alias=id)]= Noneattributetype_Literal['tool_call']= 'tool_call'Last updated on