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.
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
