chore(sync): mirror docs from openclaw/openclaw@f9bb6e3515

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-01 10:07:37 +00:00
parent ae84e59b5f
commit 51d759dc87
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "7ddf28c0d4403599cb788d0ad94c1b7fd87da622",
"syncedAt": "2026-05-01T10:00:24.653Z"
"sha": "f9bb6e351519e0952c0bd7c25262e1806dcdc609",
"syncedAt": "2026-05-01T10:05:44.648Z"
}

View File

@ -1075,7 +1075,7 @@ Voice channel pipeline:
- Discord PCM capture is converted to a WAV temp file.
- `tools.media.audio` handles STT, for example `openai/gpt-4o-mini-transcribe`.
- The transcript is sent through normal Discord ingress and routing.
- The transcript is sent through Discord ingress and routing while the response LLM runs with a voice-output policy that hides the agent `tts` tool and asks for returned text, because Discord voice owns final TTS playback.
- `voice.model`, when set, overrides only the response LLM for this voice-channel turn.
- `voice.tts` is merged over `messages.tts`; the resulting audio is played in the joined channel.