generate
Method
This is a method of the ImageAgent class in the agents module.Generate an image from a prompt (placeholder)
Signature
Parameters
No description available.
Returns
The result of the operation.
generate: Generate an image from a prompt (placeholder)
This is a method of the ImageAgent class in the agents module.Generate an image from a prompt (placeholder)
def generate(&self, prompt: &str) -> Result<ImageResult>