demo_vid_refine
Adjust video timing or narration by providing natural-language feedback on a specific video. If script changes are needed, it directs you to regenerate the video with an updated script.
Instructions
Re-generate a video with timing or narration adjustments.
[RATIONALE] This tool is a stub — refinement requires LLM-driven script mutation which is not yet implemented. It returns a helpful message pointing to the working alternative (demo_vid_generate with an updated script).
Return Format
{"success": False, "error": str, "suggestions": list}
Examples
await demo_vid_refine(video_name="chitchat-final", feedback="Make step 2 narration longer")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedback | Yes | Natural-language description of changes needed. | |
| video_name | Yes | Name of the video to refine (e.g. chitchat-final). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||