reject_draft
Reject a draft by its identifier, optionally providing a reason, and return the rejected state without storing a memory.
Instructions
Reject a draft without creating a memory.
Args: draft_id: Draft identifier returned by draft_memory. reason: Optional reason for rejection.
Returns: JSON string with the rejected draft state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| draft_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |