chore(sync): mirror docs from openclaw/openclaw@29741f696a

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-26 03:51:08 +00:00
parent 3811b74e4f
commit 5879d7cc38
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "38e61e004616ae2baaed8fa18fc2c66462160b29",
"syncedAt": "2026-04-26T03:47:04.028Z"
"sha": "29741f696a74982cf79a2d98f2d6cc4e5c8ef93e",
"syncedAt": "2026-04-26T03:49:37.629Z"
}

View File

@ -414,6 +414,15 @@ Full configuration: [Gateway configuration](/gateway/configuration)
- ✅ Video/media
- ✅ Stickers
Inbound Feishu/Lark audio messages are normalized as media placeholders instead
of raw `file_key` JSON. When `tools.media.audio` is configured, OpenClaw
downloads the voice-note resource and runs shared audio transcription before the
agent turn, so the agent receives the spoken transcript. If Feishu includes
transcript text directly in the audio payload, that text is used without another
ASR call. Without an audio transcription provider, the agent still receives a
`<media:audio>` placeholder plus the saved attachment, not the raw Feishu
resource payload.
### Send
- ✅ Text