Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
TraceToolParams
Interface TraceToolParams
Parameters for tracing a tool call
interface
TraceToolParams
{
tool
:
BaseTool
;
args
:
Record
<
string
,
any
>
;
functionResponseEvent
:
Event
;
llmRequest
?:
LlmRequest
;
invocationContext
?:
InvocationContext
;
}
Index
Properties
tool
args
function
Response
Event
llm
Request?
invocation
Context?
Properties
tool
tool
:
BaseTool
args
args
:
Record
<
string
,
any
>
function
Response
Event
function
Response
Event
:
Event
Optional
llm
Request
llm
Request
?:
LlmRequest
Optional
invocation
Context
invocation
Context
?:
InvocationContext
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tool
args
function
Response
Event
llm
Request
invocation
Context
@iqai/adk API Documentation
Loading...
Parameters for tracing a tool call