Handle multiple images in Telegram messages

t-558·WorkTask·
·
·
Created2 months ago·Updated2 months ago·pipeline runs →

Description

Edit

Check Ava Telegram bot handling for messages with multiple photos. If only single image supported, add support for multiple images (process each or choose best) and update logic accordingly.

Timeline (4)

🔄[human]Open → InProgress2 months ago
💬[human]2 months ago

Aggregated batched photo messages: IncomingQueue now passes full batch to handler; Bot collects multiple photos, analyzes up to 4, saves each file_id, uses first successful bytes for edit tool, and includes multi-image descriptions in prompt.

🔄[human]InProgress → Done2 months ago