diff --git a/src/agents/tools/tts-tool.ts b/src/agents/tools/tts-tool.ts index c77425e692a..7951250afaf 100644 --- a/src/agents/tools/tts-tool.ts +++ b/src/agents/tools/tts-tool.ts @@ -34,7 +34,7 @@ export function createTtsTool(opts?: { content: [ { type: "text", - text: 'TTS requires a bound channel for audio delivery. Use sessionTarget: "main" or provide a channel parameter.', + text: 'TTS requires a bound session channel for audio delivery. Use sessionTarget: "main" instead of "isolated".', }, ], details: { error: "no_channel" },