chore(sync): mirror docs from openclaw/openclaw@69e7e499b1
This commit is contained in:
parent
28146664e8
commit
f8ae9aa641
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "9b4f0779ce564b06183acd4561079fb14dff4109",
|
||||
"syncedAt": "2026-04-26T02:13:37.792Z"
|
||||
"sha": "69e7e499b11751dab899941e5740fd8d53aae793",
|
||||
"syncedAt": "2026-04-26T02:14:55.145Z"
|
||||
}
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user