From 3666cd2096b5cc17a88e282862dd23a891009c62 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Fri, 24 Apr 2026 04:24:26 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@c971c58fc7592344539ac3cf87c7c4229be9978e --- .openclaw-sync/source.json | 4 ++-- docs/web/control-ui.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index c918c0aa9..2db98367f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "84fc00afdacbbb67e39fc1341242eedad09243df", - "syncedAt": "2026-04-24T04:20:58.224Z" + "sha": "c971c58fc7592344539ac3cf87c7c4229be9978e", + "syncedAt": "2026-04-24T04:23:00.859Z" } diff --git a/docs/web/control-ui.md b/docs/web/control-ui.md index 213f2e65f..2ba38be4a 100644 --- a/docs/web/control-ui.md +++ b/docs/web/control-ui.md @@ -160,6 +160,11 @@ Cron jobs panel notes: `talk.provider: "openai"` plus `talk.providers.openai.apiKey`, or reuse the Voice Call realtime provider config. The browser never receives the standard OpenAI API key; it receives only the ephemeral Realtime client secret. +- In the Chat composer, the Talk control is the waves button next to the + microphone dictation button. When Talk starts, the composer status row shows + `Connecting Talk...`, then `Talk live` while audio is connected, or + `Asking OpenClaw...` while a realtime tool call is consulting the configured + larger model through `chat.send`. - Stop: - Click **Stop** (calls `chat.abort`) - While a run is active, normal follow-ups queue. Click **Steer** on a queued message to inject that follow-up into the running turn.