From 745287de09ca0203f9c8a8e7197e0a20e94afbd0 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 11:14:59 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@eebdda92f0c34c62c8e4baaae10032c416ec2a9b --- .openclaw-sync/source.json | 4 ++-- docs/.generated/config-baseline.sha256 | 4 ++-- docs/gateway/config-tools.md | 2 +- docs/nodes/audio.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 6b08024ca..9df25e680 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "e98f976a70dfdffc2af62eeeea5ce6d76857cf1f", - "syncedAt": "2026-04-27T11:12:43.228Z" + "sha": "eebdda92f0c34c62c8e4baaae10032c416ec2a9b", + "syncedAt": "2026-04-27T11:13:39.504Z" } diff --git a/docs/.generated/config-baseline.sha256 b/docs/.generated/config-baseline.sha256 index 844429421..f87b0eb3f 100644 --- a/docs/.generated/config-baseline.sha256 +++ b/docs/.generated/config-baseline.sha256 @@ -1,4 +1,4 @@ -1784e028361704e55bbffd845234f0df5657e2772a8bf1e4816483ad453c8125 config-baseline.json -12a9fb470f9a40d587b3595c96d777956c33804706d2b5bded6c42af12f4cc57 config-baseline.core.json +8a37b104c6b3a25618cbf4ecd0dd511703997fb1a10a1167226ab9918eb85455 config-baseline.json +a1839a03fc557a5439fc7b4ce2d45c7212b61e15588e15886bb22b65ff7dc32d config-baseline.core.json 07963db49502132f26db396c56b36e018b110e6c55a68b3cb012d3ec96f43901 config-baseline.channel.json ed65cefbef96f034ce2b73069d9d5bacc341a43489ff9b20a34d40956b877f79 config-baseline.plugin.json diff --git a/docs/gateway/config-tools.md b/docs/gateway/config-tools.md index 9049215db..de0322798 100644 --- a/docs/gateway/config-tools.md +++ b/docs/gateway/config-tools.md @@ -241,7 +241,7 @@ Configures inbound media understanding (image/audio/video): **CLI entry** (`type: "cli"`): - `command`: executable to run - - `args`: templated args (supports `{{MediaPath}}`, `{{Prompt}}`, `{{MaxChars}}`, etc.; deprecated `{input}` is accepted as an alias for `{{MediaPath}}`) + - `args`: templated args (supports `{{MediaPath}}`, `{{Prompt}}`, `{{MaxChars}}`, etc.; `openclaw doctor --fix` migrates deprecated `{input}` placeholders to `{{MediaPath}}`) **Common fields:** diff --git a/docs/nodes/audio.md b/docs/nodes/audio.md index 69b02c70e..f949156d2 100644 --- a/docs/nodes/audio.md +++ b/docs/nodes/audio.md @@ -163,7 +163,7 @@ Note: Binary detection is best-effort across macOS/Linux/Windows; ensure the CLI - `tools.media.audio.echoTranscript` is off by default; enable it to send transcript confirmation back to the originating chat before agent processing. - `tools.media.audio.echoFormat` customizes the echo text (placeholder: `{transcript}`). - CLI stdout is capped (5MB); keep CLI output concise. -- CLI `args` should use `{{MediaPath}}` for the local audio file path. Deprecated `{input}` placeholders from older `audio.transcription.command` configs are accepted as a compatibility alias and migrate to `{{MediaPath}}`. +- CLI `args` should use `{{MediaPath}}` for the local audio file path. Run `openclaw doctor --fix` to migrate deprecated `{input}` placeholders from older `audio.transcription.command` configs. ### Proxy environment support