Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
ToolSpanAttributes
Interface ToolSpanAttributes
Span attribute data for tool executions
interface
ToolSpanAttributes
{
toolName
:
string
;
toolDescription
?:
string
;
toolType
:
string
;
toolCallId
:
string
;
args
:
Record
<
string
,
any
>
;
response
:
any
;
sessionId
:
string
;
userId
?:
string
;
eventId
:
string
;
}
Hierarchy (
view full
)
ToolSpanAttributes
EnhancedToolSpanAttributes
Index
Properties
tool
Name
tool
Description?
tool
Type
tool
Call
Id
args
response
session
Id
user
Id?
event
Id
Properties
tool
Name
tool
Name
:
string
Optional
tool
Description
tool
Description
?:
string
tool
Type
tool
Type
:
string
tool
Call
Id
tool
Call
Id
:
string
args
args
:
Record
<
string
,
any
>
response
response
:
any
session
Id
session
Id
:
string
Optional
user
Id
user
Id
?:
string
event
Id
event
Id
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tool
Name
tool
Description
tool
Type
tool
Call
Id
args
response
session
Id
user
Id
event
Id
@iqai/adk API Documentation
Loading...
Span attribute data for tool executions