Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

generate

Method
This is a method of the ImageAgent class in the agents module.
Generate an image from a prompt (placeholder)

Signature

def generate(&self, prompt: &str) -> Result<ImageResult>

Parameters

prompt
&str
required
No description available.

Returns

Returns
Result<ImageResult>
The result of the operation.

Rust Auto Generation