ToolCallDetails interface
Details of a tool call made by an agent.
Properties
| arguments | |
| description | |
| endpoint | |
| tool |
|
| tool |
|
| tool |
Property Details
arguments
arguments?: string | Record<string, unknown>
Property Value
string | Record<string, unknown>
description
description?: string
Property Value
string
endpoint
toolCallId
toolCallId?: string
Property Value
string
toolName
toolName: string
Property Value
string
toolType
toolType?: string
Property Value
string