choice
Pick one option from 2-100 mutually exclusive options with calibrated probabilities, surfacing near-ties. Use for triage, routing, classification, prioritization, or tie-breaking.
Instructions
Ask Jev (TypeSafe System One) to pick ONE of 2-100 mutually exclusive options, with calibrated probabilities.
The official choice question type — for fast, cheap structured decisions:
triage, routing, classification, prioritization, tie-breaking among enumerated
candidates. Returns probabilities over ALL options (not just the winner), so
near-ties are visible. NOT for open-ended generation or multi-step reasoning —
use an LLM for those.
Args: question: The decision, e.g. "Which error class is most likely the root cause?" options: Mapping of short unique id -> one-line description. 2-100 options. context: Optional background facts that inform the decision. Keep it short.
Returns: JSON string: {choice, confidence, probabilities (sorted desc), runner_up, model, latency_ms, usage}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| options | Yes | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |