demo_vid_list
List recorded demo videos from the local directory, returning file name, size, and creation date. Optionally filter results by repository name to find specific walkthroughs.
Instructions
List produced demo videos with metadata.
Scans the local data/videos/ directory for .mp4 files and returns file name, size, and creation date for each.
Return Format
{"success": bool, "videos": [{"name": str, "repo": str, "size_kb": int, "created": str}], "count": int}
Examples
await demo_vid_list() await demo_vid_list(repo="chitchat")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Filter by repo name (optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||