Commit e5f1120
Handle agent_tool_request event type in MessageHandler
When the ElevenLabs agent calls a server-side tool (webhook), the SDK
receives an agent_tool_request message but previously hit the default
case, logging "Unknown event type: agent_tool_request". This is a valid
event type that should be handled. Since it is informational only (the
agent_tool_response already handles the result), we just pass it to
the debug callback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d529c54 commit e5f1120
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
0 commit comments