Rewrite segment content
update_segment_contentRewrite one segment's creative direction from feedback ("make this shot a close-up", "show the machine from above") — an LLM rewrites the shot's prompts; continuation links, SFX, and overlays are preserved. The visual assets reset to not_started: re-render them afterwards (generate_segments or regenerate_segment_asset). When you already know the exact prompt text, use update_segment_prompts instead — it writes your words verbatim with no LLM in the loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | True previews the consequences (assets recreated, rendered assets lost) without changing anything | |
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| user_input | Yes | Natural-language feedback describing the change to this shot, e.g. "make this a close-up" or "show the machine from above" | |
| segment_number | Yes | 1-based segment number, as reported by get_segments |