Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
TracePluginParams
Interface TracePluginParams
Parameters for tracing plugin hooks
interface
TracePluginParams
{
pluginName
:
string
;
hook
:
|
"before_agent"
|
"after_agent"
|
"before_model"
|
"after_model"
|
"on_event"
;
agentName
?:
string
;
invocationContext
?:
InvocationContext
;
}
Index
Properties
plugin
Name
hook
agent
Name?
invocation
Context?
Properties
plugin
Name
plugin
Name
:
string
hook
hook
:
|
"before_agent"
|
"after_agent"
|
"before_model"
|
"after_model"
|
"on_event"
Optional
agent
Name
agent
Name
?:
string
Optional
invocation
Context
invocation
Context
?:
InvocationContext
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
plugin
Name
hook
agent
Name
invocation
Context
@iqai/adk API Documentation
Loading...
Parameters for tracing plugin hooks