Respond to Workflow Decision
respondChoose an option to resolve a pending workflow decision, atomically draining the prompt and saving the outcome to the Novel. Use when server requests input; cancel restores snapshot.
Instructions
Answer a pending workflow decision, atomically draining it and persisting the outcome to the Novel. Use when: the server emitted a [NEED_INPUT] prompt and the caller must choose. Do NOT use when: no decision is pending — use set_badge or a state tool instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| option | Yes | The chosen option, or 'cancel' to abort the workflow and restore its snapshot. | |
| decision | Yes | The canonical decision text the workflow is waiting on. |