Confirm
Shows a confirmation dialog and returns true or false depending on the user's choice. Shows a confirmation dialog. It waits indefinitely for the user to decide. Returns true for OK and false for Cancel.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
message | yes | expression | string, number, boolean, reference, array | — |
Notes
No additional notes are available yet.
See Also
- Building Prompt Dialogs: Explains how
UI Prompt FieldandUI Prompt Formwork together to build custom dialogs.
Examples
Experimental Whole-Transcript JSON Proofread Shape
Demonstrates the safe bounded askAgent handoff pattern: export, structured Workflow AI call, schema validation, confirmation, and import. The whole-Premiere-transcript-JSON proofreading roundtrip is experimental and is not a recommended production proofreading workflow.
Topics: workflow ai, askAgent, structured output, transcript, transcript proofreading, experimental
Source: recipes/ex-semantic-proofread-selected-clip-transcript-with-workflow-ai.json
Render Active-Sequence Frames At Equal Distances To Fixed Folder
Exports a small evenly spaced set of `.png` frames across the active sequence to a fixed folder path, so visual timeline sampling can be runtime-validated deterministically.
Topics: frame export, visual probing, timeline sampling, runtime validation
Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.json