VideoResult
Defined in the agents module.Rust AI Agent SDK Result of video generation
Fields
| Name | Type | Description |
|---|---|---|
id | String | Generation ID |
status | VideoStatus | Current status |
url | Option<String> | URL of the generated video |
error | Option<String> | Error message if failed |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 505
