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.

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

Rust Video