From bc1b00e0643b54a83126186bb75807eaafd322e0 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 11:09:19 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@1971db0dc5a914855528d21b42aa8a692373613d --- .openclaw-sync/source.json | 4 ++-- docs/.generated/config-baseline.sha256 | 4 ++-- docs/gateway/config-tools.md | 2 +- docs/nodes/audio.md | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 2e01b2e7d..4032fdefb 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "b081b195a3a1b23b26b4ff0dd2567c911db90e9d", - "syncedAt": "2026-04-27T11:06:44.151Z" + "sha": "1971db0dc5a914855528d21b42aa8a692373613d", + "syncedAt": "2026-04-27T11:07:56.407Z" } diff --git a/docs/.generated/config-baseline.sha256 b/docs/.generated/config-baseline.sha256 index 423500870..844429421 100644 --- a/docs/.generated/config-baseline.sha256 +++ b/docs/.generated/config-baseline.sha256 @@ -1,4 +1,4 @@ -1007d795926cef7568a93ed600c22304099c0559cf1b46392dbd8e863f248700 config-baseline.json -37ce9efbc441fc91fbc344b7b5e1460ecc9344f45187ba37019ab40d81765bb7 config-baseline.core.json +1784e028361704e55bbffd845234f0df5657e2772a8bf1e4816483ad453c8125 config-baseline.json +12a9fb470f9a40d587b3595c96d777956c33804706d2b5bded6c42af12f4cc57 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 e0eee038a..9049215db 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.) + - `args`: templated args (supports `{{MediaPath}}`, `{{Prompt}}`, `{{MaxChars}}`, etc.; deprecated `{input}` is accepted as an alias for `{{MediaPath}}`) **Common fields:** diff --git a/docs/nodes/audio.md b/docs/nodes/audio.md index 1ca7df257..69b02c70e 100644 --- a/docs/nodes/audio.md +++ b/docs/nodes/audio.md @@ -163,6 +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}}`. ### Proxy environment support