ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ToolCallEvent
Interface ToolCallEvent
Represents a request to execute a tool.
interface
ToolCallEvent
{
call
:
FunctionCall
;
type
:
TOOL_CALL
;
}
Properties
call
call
:
FunctionCall
type
type
:
TOOL_CALL
Properties
call
type
ADK for TypeScript: API Reference
Loading...
Represents a request to execute a tool.