ADK TypeScript Documentation - v0.0.4
GitHub
NPM
Preparing search index...
ToolCall
Interface ToolCall
Tool call result from LLM
interface
ToolCall
{
function
:
FunctionCall
;
id
:
string
;
}
Index
Properties
function
id
Properties
function
function
:
FunctionCall
Function call details
id
id
:
string
Unique ID for the tool call
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
function
id
GitHub
NPM
ADK TypeScript Documentation - v0.0.4
Loading...
Tool call result from LLM