Attach continuity reference
attach_shot_continuity_referenceAttach an image that already exists in this project to a shot as a continuity reference. A continuity reference is fed into this shot's next clip generation as a layout, prop, wardrobe and screen-direction guide — it is NOT used as the shot's opening frame or exact composition. Attaching one changes nothing until the clip is generated again. Find asset ids with get_asset_library. A shot's own thumbnail is its clip's last frame, so attaching the previous scene's thumbnail is the cheapest way to carry continuity forward. To use an image that is not yet an asset here, use upload_shot_continuity_reference instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shot_id | Yes | Shot id (episode_shots row) to attach the reference to. | |
| asset_id | Yes | Id of an existing image asset in this project. | |
| guidance | No | How the video model should use this reference, e.g. which positions or props to match and what to ignore. Saved on the reference and sent with every later generation of the shot. |