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.

list

Method
This is a method of the VideoAgent class in the video_agent module.
List all videos for the current account. Note: Requires custom_llm_provider for some providers.

Signature

def list() -> List[Any]

Returns

Returns
List[Any]
List of VideoObject

Source

View on GitHub

praisonaiagents/agent/video_agent.py at line 421