Options
The Agent Prompt supports single-select and multi-select modes, a free-text option, and multi-step flows.Selection Modes
Each mode drives a different selection interaction. Single-select uses radio semantics; multi-select uses checkbox semantics.Single Select
Each option row acts as a radio — selecting one deselects all others. The selected row is outlined to confirm the choice.Multi Select
Each row carries a checkbox, and any number of options can be selected. The resolved answer is the set of checked values.Free Text
The “Something else…” free-text row renders whenonOtherChange is wired. In single-select, the row is mutually exclusive with the option rows — typing deselects any chosen option, and selecting a row retains but subordinates the typed text. In multi-select, the typed value is an independent addition to the selection.
Multi-step
Passing astep object switches the action row to a Back/Next/Send stepper and shows the current step count in the header. The first step shows only Next; middle steps show both Back and Next; the last step shows Back and Send.