ToolCallDetails interface
Details of a tool call made by an agent
Properties
| arguments | Tool arguments/parameters |
| description | Optional description of the tool or its purpose |
| endpoint | The endpoint for the tool execution |
| tool |
The unique identifier for the tool call |
| tool |
The name of the tool being executed |
| tool |
The type of the tool being executed |
Property Details
arguments
Tool arguments/parameters
arguments?: string
Property Value
string
description
Optional description of the tool or its purpose
description?: string
Property Value
string
endpoint
toolCallId
The unique identifier for the tool call
toolCallId?: string
Property Value
string
toolName
The name of the tool being executed
toolName: string
Property Value
string
toolType
The type of the tool being executed
toolType?: string
Property Value
string