pi_respond
Answer a pending UI dialog with the required value, confirmation, or cancellation.
Instructions
Answer a pending UI dialog reported as 'pendingRequest' by pi_status/pi_wait. Pass 'value' for select/input/editor, 'confirmed' for confirm, or 'cancelled: true' to dismiss.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Selected option or entered text (select/input/editor) | |
| taskId | Yes | ||
| cancelled | No | Dismiss the dialog without answering | |
| confirmed | No | Yes/no answer (confirm dialogs) | |
| requestId | Yes | The 'id' field of the pendingRequest |