Skip to main content

agenerate

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

Signature

async def agenerate(prompt: str, seconds: Optional[str], size: Optional[str], input_reference: Optional[Any]) -> Any

Parameters

prompt
str
required
No description available.
seconds
Optional
No description available.
size
Optional
No description available.
input_reference
Optional
No description available.

Returns

Returns
Any
The result of the operation.