docs(tts): document per-agent tts config · openclaw/openclaw@69e7e49
steipete
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -899,6 +899,14 @@ scripts/sandbox-browser-setup.sh # optional browser image
|
899 | 899 | |
900 | 900 | ### `agents.list` (per-agent overrides) |
901 | 901 | |
| 902 | +Use `agents.list[].tts` to give an agent its own TTS provider, voice, model, |
| 903 | +style, or auto-TTS mode. The agent block deep-merges over global |
| 904 | +`messages.tts`, so shared credentials can stay in one place while individual |
| 905 | +agents override only the voice or provider fields they need. The active agent's |
| 906 | +override applies to automatic spoken replies, `/tts audio`, `/tts status`, and |
| 907 | +the `tts` agent tool. See [Text-to-speech](/tools/tts#per-agent-voice-overrides) |
| 908 | +for provider examples and precedence. |
| 909 | + |
902 | 910 | ```json5 |
903 | 911 | { |
904 | 912 | agents: { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。