@microsoft/opentelemetry
Preparing search index...
ToolCallDetails
Interface ToolCallDetails
Details of a tool call made by an agent.
interface
ToolCallDetails
{
arguments
?:
string
|
Record
<
string
,
unknown
>
;
description
?:
string
;
endpoint
?:
ServiceEndpoint
;
toolCallId
?:
string
;
toolName
:
string
;
toolType
?:
string
;
}
Index
Properties
arguments?
description?
endpoint?
tool
Call
Id?
tool
Name
tool
Type?
Properties
Optional
arguments
arguments
?:
string
|
Record
<
string
,
unknown
>
Optional
description
description
?:
string
Optional
endpoint
endpoint
?:
ServiceEndpoint
Optional
tool
Call
Id
toolCallId
?:
string
tool
Name
toolName
:
string
Optional
tool
Type
toolType
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
arguments
description
endpoint
tool
Call
Id
tool
Name
tool
Type
@microsoft/opentelemetry
Loading...
Details of a tool call made by an agent.