bodhi-realtime-agent / ToolCall
Interface: ToolCall
Defined in: types/conversation.ts:21
A tool invocation request from the model.
Properties
args
args:
Record<string,unknown>
Defined in: types/conversation.ts:27
Parsed arguments for the tool.
toolCallId
toolCallId:
string
Defined in: types/conversation.ts:23
Unique ID assigned by Gemini for correlating call → result.
toolName
toolName:
string
Defined in: types/conversation.ts:25
Name of the tool being invoked.