chap.deliberate.comment
chap.deliberate.commentRecord a comment on an open deliberation to keep reasoning in the audit log alongside votes. Attach participant input so decision rationale is documented.
Instructions
Record a comment on an open deliberation, so the reasoning is on the audit log alongside the votes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| comment | Yes | The contribution to record. Comments are kept with the deliberation and in the audit log, so the reasoning survives the vote. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| deliberation_id | Yes | Identifier returned by chap.deliberate.open. A closed deliberation is refused with -32032. |