STT in telegram does not work.
Here is my config:
"tools": {
"media": {
"audio": {
"enabled": true,
"models": [
{
"provider": "groq",
"model": "whisper-large-v3-turbo"
}
]
}
},
...
Here is the message from web UI:
[media attached: /home/kira/.openclaw/media/inbound/voice_20260406_134222_tmp---230e6622-8d51-4ff7-9b6c-7bcdcce44858.wav (audio/wav) | /home/kira/.openclaw/media/inbound/voice_20260406_134222_tmp---230e6622-8d51-4ff7-9b6c-7bcdcce44858.wav]
To send an image back, prefer the message tool (media/path/filePath). If you must inline, use MEDIA:https://example.com/image.jpg (spaces ok, quote if needed) or a safe relative path like MEDIA:./image.jpg. Avoid absolute paths (MEDIA:/...) and ~ paths - they are blocked for security. Keep caption in the text body.
media:audio
The key is in place, manual STT works fine.
Help me Krill