decide
Answer typed questions (choice, score, yes/no) about any state—text, email, ticket, or JSON—in one local forward pass with calibrated confidence and routing.
Instructions
Answer several typed questions about a state in one local forward pass.
Use this to offload System-1 judgment calls from the main model: classification, routing, scoring and yes/no gates over text, an email, a ticket or a JSON object — fast, local, and without hallucination. Each question is one of three types:
choice: {"type":"choice","instructions":"...","criteria":{"labelA":"desc","labelB":"desc"}}
score: {"type":"score","instructions":"...","criteria":["level0","level1","level2"]}
noul: {"type":"noul","instructions":"..."} (yes/no/unknown)
Returns every answer with its calibrated confidence and full probabilities, plus routing
metadata explaining which checkpoint answered. model optionally pins english | multilingual |
typed-decisions (default: the Router auto-selects per language/task).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| state | Yes | ||
| questions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||