Reject action
reject_actionCancel a waiting action so it never executes by supplying its action ID. Add an optional reason to record why it was declined.
Instructions
Declines a waiting action so it never runs. Needs the action id; a reason is optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Why, in the user's words (optional). | |
| action_id | Yes | The action_id from a needs_confirmation reply. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| reason | Yes | ||
| spoken | Yes | ||
| status | Yes | ||
| preview | Yes | ||
| action_id | Yes | ||
| rejected_at | Yes | ||
| idempotent_replay | Yes |