Skip to main content

astart

AsyncMethod
This is a method of the VideoAgent class in the video_agent module.
Async version of start().

Signature

async def astart(prompt: str, wait: bool, output: Optional[str]) -> Union[Any, bytes]

Parameters

prompt
str
required
No description available.
wait
bool
default:"True"
No description available.
output
Optional
No description available.

Returns

Returns
Union[Any, bytes]
The result of the operation.