chap.handoff.decline
chap.handoff.declineDecline a proposed handoff by recording the reason and optional alternate target, so the proposer can route work to someone else.
Instructions
Decline a proposed handoff, with a reason and optionally a suggestion of who should take it instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| reason | No | Why the handover is refused. Recorded so the proposer can route it elsewhere. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| handoff_id | Yes | Identifier returned by chap.handoff.propose. A handoff already accepted or declined is refused with -32051. | |
| suggested_target | No | Who should take it instead, if the decliner knows. |