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.

ImageResult

Defined in the agents module.
Rust AI Agent SDK Result of image generation

Fields

NameTypeDescription
urlOption<String>URL of the generated image
b64_jsonOption<String>Base64-encoded image data
revised_promptOption<String>Revised prompt used for generation

Source

View on GitHub

praisonai/src/agents/mod.rs at line 333

Rust Image

Rust Vision