GeminiLiveFunctionCall
A function call requested by the Gemini Live agent.
Defined in: src/providers/agent/gemini/types.ts:38
A function call requested by the Gemini Live agent.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | Record<string, unknown> | Parsed arguments generated by the model. | src/providers/agent/gemini/types.ts:46 |
id | string | Call identifier used to correlate the response. | src/providers/agent/gemini/types.ts:40 |
name | string | Function name matching a GeminiLiveFunctionDeclaration.name. | src/providers/agent/gemini/types.ts:43 |