From 03bd9b8652dea11ebb774b64712ccc4566a3d1ac Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 26 Apr 2026 02:55:28 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@7a85c1a8226eb7d3a96906d2721a189768d3034a --- .openclaw-sync/source.json | 4 ++-- docs/tools/tts.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 6adb6c835..68b117960 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "1231f21679c88fba3fdb690c985a12930dad4261", - "syncedAt": "2026-04-26T02:51:37.798Z" + "sha": "7a85c1a8226eb7d3a96906d2721a189768d3034a", + "syncedAt": "2026-04-26T02:53:58.043Z" } diff --git a/docs/tools/tts.md b/docs/tools/tts.md index 7c8e879c5..df0ea1007 100644 --- a/docs/tools/tts.md +++ b/docs/tools/tts.md @@ -846,6 +846,8 @@ Notes: - success fallback: `Fallback: -> ` plus `Attempts: ...` - failure: `Error: ...` plus `Attempts: ...` - detailed diagnostics: `Attempt details: provider:outcome(reasonCode) latency` +- `/status` shows the active TTS mode plus configured provider, model, voice, + and sanitized custom endpoint metadata when TTS is enabled. - OpenAI and ElevenLabs API failures now include parsed provider error detail and request id (when returned by the provider), which is surfaced in TTS errors/logs. ## Agent tool