ImageResult
Defined in the agents module.Rust AI Agent SDK Result of image generation
Fields
| Name | Type | Description |
|---|---|---|
url | Option<String> | URL of the generated image |
b64_json | Option<String> | Base64-encoded image data |
revised_prompt | Option<String> | Revised prompt used for generation |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 333
