description: str = 'Generates images from text descriptions using an image generation model. Accepts a prompt describing the desired image and optional parameters such as the number of images, size, quality, and style. Returns file paths of the saved images when an output directory is configured, or base64-encoded PNG data otherwise.'The description of the tool.