Currently, Botpress only supports processing single image uploads through event.payload.imageUrl. However, there is no support for handling multiple image uploads sent in a single message.
Currently, Botpress only supports processing single image uploads through event.payload.imageUrl. However, there is no support for handling multiple image uploads sent in a single message.
Feature Request:
- Enhance the payload structure to include an array (e.g., event.payload.imageUrls) for handling multiple images.
- Ensure compatibility with features like Vision Agents for analysing multiple images simultaneously.
Use Case:
This feature would significantly improve workflows that require processing multiple images at once, enabling more efficient and seamless user experiences without the need for multiple uploads.