From 69e7e499b11751dab899941e5740fd8d53aae793 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 26 Apr 2026 03:13:39 +0100 Subject: [PATCH] docs(tts): document per-agent tts config --- docs/gateway/config-agents.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/gateway/config-agents.md b/docs/gateway/config-agents.md index eabb6e293fa..4a9d09b742a 100644 --- a/docs/gateway/config-agents.md +++ b/docs/gateway/config-agents.md @@ -899,6 +899,14 @@ scripts/sandbox-browser-setup.sh # optional browser image ### `agents.list` (per-agent overrides) +Use `agents.list[].tts` to give an agent its own TTS provider, voice, model, +style, or auto-TTS mode. The agent block deep-merges over global +`messages.tts`, so shared credentials can stay in one place while individual +agents override only the voice or provider fields they need. The active agent's +override applies to automatic spoken replies, `/tts audio`, `/tts status`, and +the `tts` agent tool. See [Text-to-speech](/tools/tts#per-agent-voice-overrides) +for provider examples and precedence. + ```json5 { agents: {