Skip to main content

VideoResult

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

Fields

NameTypeDescription
idStringGeneration ID
statusVideoStatusCurrent status
urlOption<String>URL of the generated video
errorOption<String>Error message if failed

Source

View on GitHub

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