ToolCallDetails interface

代理进行的工具调用的详细信息

属性

arguments

工具参数/参数

description

工具或其用途的可选说明

endpoint

工具执行的终结点

toolCallId

工具调用的唯一标识符

toolName

正在执行的工具的名称

toolType

正在执行的工具的类型

属性详细信息

arguments

工具参数/参数

arguments?: string

属性值

string

description

工具或其用途的可选说明

description?: string

属性值

string

endpoint

工具执行的终结点

endpoint?: ServiceEndpoint

属性值

toolCallId

工具调用的唯一标识符

toolCallId?: string

属性值

string

toolName

正在执行的工具的名称

toolName: string

属性值

string

toolType

正在执行的工具的类型

toolType?: string

属性值

string