This document outlines the architecture and implementation plan for adding image generation support to ReqLLM, following the library's established patterns for operation-based dispatch and provider abstraction.
- Add first-class image generation support with
generate_image/3andgenerate_image!/3functions - Support OpenAI (DALL-E) and Google (Gemini) as initial providers