ToolCallDetails interface

Details of a tool call made by an agent.

Property Details

arguments

arguments?: string | Record<string, unknown>

Property Value

string | Record<string, unknown>

description

description?: string

Property Value

string

endpoint

endpoint?: ServiceEndpoint

Property Value

toolCallId

toolCallId?: string

Property Value

string

toolName

toolName: string

Property Value

string

toolType

toolType?: string

Property Value

string