Update continuity reference
update_shot_continuity_referenceSet or clear the guidance on one continuity reference already attached to a shot — the note telling the video model how to use that image. List references first with list_shot_continuity_references to get the asset id. Like attaching, this changes nothing until the clip is generated again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shot_id | Yes | Shot id (episode_shots row) the reference is attached to. | |
| asset_id | Yes | Id of the continuity reference to update, from list_shot_continuity_references. | |
| guidance | Yes | How the video model should use this reference, e.g. which positions or props to match and what to ignore. Send null or an empty string to clear it. |