Skip to main content

run

Method
This is a method of the VideoAgent class in the video_agent module.
Generate video silently (production use). Unlike start(), this method is always silent regardless of verbose setting. Use for programmatic/scripted usage.

Signature

def run(prompt: str) -> Any

Parameters

prompt
str
required
Text description of the desired video **kwargs: Additional parameters

Returns

Returns
Any
VideoObject (does not wait for completion)