classify_decision
Turn an uncertain decision into a confidence-scored route among explicit choices, with a thresholded recommendation to proceed, review deeper, or request human input. Advisory only.
Instructions
Return an advisory, confidence-gated route for a bounded decision. This tool never executes the route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Compact evidence available before the next action. | |
| choices | Yes | ||
| decision | Yes | The decision to make. | |
| errorCost | Yes | Impact if the selected route is wrong. | |
| threshold | No | Minimum confidence required for a recommendation. |