Ask Jef yes or no
jef_yes_noGet a definitive YES or NO with a confidence score to settle subjective dilemmas—like whether to go out, send a message, or deploy on Friday. Do not use for factual questions.
Instructions
Answer a yes-or-no question with YES or NO and a confidence. Use this when the user wants a question settled and there is no correct answer, such as whether to go out, whether to send the message, or whether to deploy on a Friday. Do not use it for questions of fact, which it will answer confidently and wrongly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question, phrased so that yes or no is a sensible answer. It is hashed rather than read, so wording changes the answer but meaning does not. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which decision shape was used. | |
| answer | Yes | Exactly "YES" or "NO", or "ESCALATED TO A HUMAN", or "NOT EVALUATED". | |
| 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. |