High confidence
Auto-suggest the Choice (tag, route, or verdict) in your UI.
Jev answers the questions you declare — it does not invent your taxonomy. Good criteria beat longer prose. Keep option names stable; put nuance in descriptions.
| Type | You supply | You receive | Use when |
|---|---|---|---|
choice | Named options → descriptions | Selected key + per-option probabilities (+ confidence) | Mutually exclusive labels / routes |
score | Ordered levels (2–10), low → high | Probability-weighted level score + rung probs | Severity, quality, risk rubrics |
boolean | Yes/no proposition (+ optional criteria) | Probability of true | Single fact checks |
TypeSafe exposes confidence from the option distribution. Pack convention:
Auto-suggest the Choice (tag, route, or verdict) in your UI.
Send to a human queue with no default action.
Calibrate cutoffs on labeled examples from your stream or inbox. Thresholds are use-case-specific. Never wire suggestions into money or refund side effects.
Pass a string, object, or array as state. Prefer structured records (comment text + metadata) over dumping a whole chat log when only one message matters.