Ask Jev for typed decisions
jev_decideEvaluate supplied context with batched classification, rubric scoring, and yes/no probability questions, returning raw judgments, confidence, and token usage.
Instructions
Evaluate supplied context using TypeSafe Jev. Batch independent, narrow questions in one call: choice selects a provided label; score returns a position on 2–10 ordered levels (0-based); noul returns probability of yes, not intensity. Supply relevant evidence and full instructions; question IDs are not sent to the model. Include an other/none choice when appropriate. Questions cannot use each other's answers. Returns raw judgments, probabilities, confidence for choice/score, and token usage. Use caller-defined policies for uncertainty. This sends the supplied state and questions to TypeSafe and may incur API charges. It does not execute selected actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional TypeSafe model override; defaults to the configured model or jev-latest. | |
| state | Yes | Relevant source text or JSON context; include evidence, definitions and policies needed for the questions. | |
| questions | Yes | Named independent questions over the same state. IDs are not model instructions; write each full judgment in instructions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| usage | Yes | ||
| answers | Yes |