Share via


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

toolCallId

The unique identifier for the tool call

toolName

The name of the tool being executed

toolType

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

The endpoint for the tool execution

endpoint?: ServiceEndpoint

Property Value

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