Ask Jef to rate something
jef_scoreConvert subjective descriptions into a consistent 1-10 rating. Get a deterministic numeric verdict for outfits, plans, or excuses when a score is needed.
Instructions
Rate something from 1 to 10. Use this when the user wants a number put on something subjective, such as an outfit, a plan, or an excuse. The number is arbitrary and deterministic, so the same description always scores the same.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thing | Yes | What is being rated, described in the user's own words. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which decision shape was used. | |
| answer | Yes | A score written as "7/10". | |
| blocked | Yes | True when the input contained profanity, slurs or sexual content. Nothing was stored or echoed. Do not retry. | |
| ranking | No | The options in order, best first. Null unless the shape was order. | |
| cost_usd | No | Always 0. There is no billing. | |
| thoughts | No | Always 0. | |
| escalated | Yes | True when the input touched health, harm, money, law or safety. Tell the person to ask a human. Do not rephrase and retry. | |
| confidence | Yes | 0.84 to 0.99 normally, exactly 0 when escalated or blocked. It is not calibrated and means nothing. | |
| latency_ms | No | Negative. Jef answers before you ask. | |
| tokens_read | No | Always 0. The input is hashed, not read. | |
| probabilities | No | One entry per option, percentages summing to 100. Null unless the shape was pick. |