Description
When sending images (photos) to the WhatsApp channel, the bot does not respond at all. Text messages work fine.
Steps to reproduce
- Send a photo to the bot via WhatsApp (DM or group)
- Bot does not respond
Expected behavior
The bot should acknowledge the image and respond — either by processing it (if multimodal is supported) or by replying that image processing is not available.
To investigate
- Does the WhatsApp Web channel handler receive image messages at all?
- Are image messages silently dropped or filtered out before reaching the agent?
- Is the multimodal config (
[multimodal]) relevant here?
- Check
src/channels/whatsapp_web.rs for message type handling
Description
When sending images (photos) to the WhatsApp channel, the bot does not respond at all. Text messages work fine.
Steps to reproduce
Expected behavior
The bot should acknowledge the image and respond — either by processing it (if multimodal is supported) or by replying that image processing is not available.
To investigate
[multimodal]) relevant here?src/channels/whatsapp_web.rsfor message type handling