Take a rundown item to air
singular_play_rundown_itemResolves a rundown item from its template, fills mapped payload, and animates the sub-composition in. Optionally schedules an automatic out after a specified time.
Instructions
Resolve a rundown item from its template and take it to air: fills the mapped payload and animates the sub-composition In, atomically. Optionally schedules an automatic Out after auto_out_ms (server-side, in-memory — does not survive a restart).
Args: template (name); fields (storyField → value); auto_out_ms (optional); response_format. Returns { template, subComposition, sentPayload, state, autoOutMs, unmappedFields, missingNodes }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Story field values. | |
| template | Yes | Template name. | |
| auto_out_ms | No | If set, auto-animate Out after this many ms. | |
| response_format | No | Output format: 'markdown' (human-readable) or 'json' (machine-readable). Default 'markdown'. | markdown |