chap.deliberate.close
chap.deliberate.closeFinalize a deliberation by tallying votes to determine the outcome. Provide the workspace, participant, and deliberation ID to compute the result.
Instructions
Close a deliberation and compute its outcome from the votes cast under its rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| deliberation_id | Yes | Identifier returned by chap.deliberate.open. Closing computes the outcome from the votes cast; closing an already closed deliberation returns the outcome unchanged. |