Rate on an ordered scale
jev_scoreRate any state on your own ordered scale to get a probability-weighted score, confidence level, and recommended action. Use for measuring degree or severity, not categories.
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 | ||
| thresholds | Yes | ||
| probabilities | Yes |