Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
EnhancedToolSpanAttributes
Interface EnhancedToolSpanAttributes
Enhanced tool span attributes with execution tracking
interface
EnhancedToolSpanAttributes
{
toolName
:
string
;
toolDescription
?:
string
;
toolType
:
string
;
toolCallId
:
string
;
args
:
Record
<
string
,
any
>
;
response
:
any
;
sessionId
:
string
;
userId
?:
string
;
eventId
:
string
;
executionOrder
?:
number
;
parallelGroup
?:
string
;
retryCount
?:
number
;
isCallbackOverride
?:
boolean
;
}
Hierarchy (
view full
)
ToolSpanAttributes
EnhancedToolSpanAttributes
Index
Properties
tool
Name
tool
Description?
tool
Type
tool
Call
Id
args
response
session
Id
user
Id?
event
Id
execution
Order?
parallel
Group?
retry
Count?
is
Callback
Override?
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
Optional
execution
Order
execution
Order
?:
number
Optional
parallel
Group
parallel
Group
?:
string
Optional
retry
Count
retry
Count
?:
number
Optional
is
Callback
Override
is
Callback
Override
?:
boolean
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
execution
Order
parallel
Group
retry
Count
is
Callback
Override
@iqai/adk API Documentation
Loading...
Enhanced tool span attributes with execution tracking