chore(sync): mirror docs from openclaw/openclaw@1971db0dc5

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 11:09:19 +00:00
parent 82a1f58542
commit bc1b00e064
4 changed files with 6 additions and 5 deletions

View File

@ -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"
}

View File

@ -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

View File

@ -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:**

View File

@ -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