demo_vid_script_draft
Generate a placeholder YAML narration script for a repository, which can then be edited and passed to the video generation tool.
Instructions
Draft a default narration script for a repo.
Generates a placeholder YAML script that can be edited and passed to demo_vid_generate.
Return Format
{"success": bool, "script": dict, "message": str}
Examples
await demo_vid_script_draft(repo="chitchat")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name to draft a script for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||