ModelToolCall
A single tool call from the model response.
Properties
Section titled “Properties”args:
Record<string,unknown>
Arguments for the tool call.
toolCallId
Section titled “toolCallId”toolCallId:
string
Unique ID for this tool call (used to match with tool result).
toolName
Section titled “toolName”toolName:
string
Name of the tool the model wants to call.