generate_image
Method
This is a method of the ImageAgent class in the image_agent module.Generate an image based on the provided prompt.
Signature
Parameters
No description available.
Returns
The result of the operation.
Generate an image based on the provided prompt.
This is a method of the ImageAgent class in the image_agent module.Generate an image based on the provided prompt.
def generate_image(prompt: str) -> Dict[str, Any]