Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
TraceCallbackParams
Interface TraceCallbackParams
Parameters for tracing a callback execution
interface
TraceCallbackParams
{
callbackType
:
|
"before_agent"
|
"after_agent"
|
"before_tool"
|
"after_tool"
|
"before_model"
|
"after_model"
;
callbackName
?:
string
;
callbackIndex
:
number
;
invocationContext
?:
InvocationContext
;
}
Index
Properties
callback
Type
callback
Name?
callback
Index
invocation
Context?
Properties
callback
Type
callback
Type
:
|
"before_agent"
|
"after_agent"
|
"before_tool"
|
"after_tool"
|
"before_model"
|
"after_model"
Optional
callback
Name
callback
Name
?:
string
callback
Index
callback
Index
:
number
Optional
invocation
Context
invocation
Context
?:
InvocationContext
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
Type
callback
Name
callback
Index
invocation
Context
@iqai/adk API Documentation
Loading...
Parameters for tracing a callback execution