docs(blocks): update video block documentation

- Remove deprecated output_return_type parameter
- Add model_id parameter to narration block

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nicholas Tindle
2026-01-29 21:55:46 -06:00
parent 3ee7c9bfa8
commit 059c94afac
7 changed files with 1 additions and 8 deletions

View File

@@ -20,7 +20,6 @@ The block uses MoviePy's Loop effect to repeat a video clip. You can specify eit
| video_in | The input video (can be a URL, data URI, or local path). | str (file) | Yes |
| duration | Target duration (in seconds) to loop the video to. If omitted, defaults to no looping. | float | No |
| n_loops | Number of times to repeat the video. If omitted, defaults to 1 (no repeat). | int | No |
| output_return_type | How to return the output video. Either a relative path or base64 data URI. | "file_path" \| "data_uri" | No |
### Outputs