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.

Uses

  • agenerate
  • await_completion
  • acontent
  • f.write

Used By

Source

View on GitHub

praisonaiagents/agent/video_agent.py at line 620