ElevenLabsClientToolCall
A client tool call requested by the ElevenLabs agent.
Defined in: src/providers/agent/elevenlabs/types.ts:25
A client tool call requested by the ElevenLabs agent.
Remarks
Client tools are defined in the agent’s dashboard configuration; when the agent invokes one, the provider calls ElevenLabsAgentConfig.onClientToolCall and sends the result back as a client_tool_result message.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
parameters | Record<string, unknown> | Parsed parameters generated by the agent. | src/providers/agent/elevenlabs/types.ts:33 |
toolCallId | string | Call identifier used to correlate the result. | src/providers/agent/elevenlabs/types.ts:27 |
toolName | string | Tool name as configured in the agent dashboard. | src/providers/agent/elevenlabs/types.ts:30 |