Rate on an ordered scale
jev_scoreRate a state on an ordered scale you define to measure degree or severity, returning a probability-weighted score, distribution, confidence, and recommended action.
Instructions
Rate the state along an ordered scale you define. Returns a probability-weighted score that can land between levels, the distribution, confidence, and a recommended action. Use for degree or severity, not for picking a category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | The content to evaluate. A plain string for text, or an object/array for structured data such as a record, a diff, or a chat log. | |
| levels | Yes | Ordered level descriptions, lowest first. At least two. Each level must describe a concrete situation and stand on its own. | |
| question | Yes | The judgment to make. A string, or an object/array when the question has several labelled parts. This is the only instruction Jev sees, so state it in full. | |
| act_above | No | Confidence at or above which the answer is marked 'act'. Default 0.8. Calibrate on your own data and the cost of being wrong. | |
| review_above | No | Confidence at or above which the answer is marked 'review' rather than 'abstain'. Default 0.5. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| score | Yes | ||
| usage | Yes | ||
| action | Yes | ||
| legend | Yes | ||
| confidence | Yes | ||
| latency_ms | Yes | Wall-clock milliseconds for the API round trip, for your own calibration logs. | |
| thresholds | Yes | ||
| probabilities | Yes |