jev_ask
Answer yes/no, multiple-choice, and scoring questions about files directly, without loading file contents into context. Batch questions per call to get compact, confidence-scored answers, saving tokens and improving speed.
Instructions
Answer typed questions about files via the Jev classifier without reading them into your context. noul=yes/no (criteria optional); choice: criteria {option:desc}; score: criteria [2-10 levels, low->high], answer is the 0-based level position (fractional allowed). Batch all questions per call. Out: {root?,results:{item:answer or {qid:answer}},unsure?}. noul -> P(yes) | [p,"?"]; choice/score -> [value,conf(,top2 probs)]. Open unsure items yourself. Weak at counting, math, dates, multi-step reasoning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | files, globs or dirs | |
| texts | No | {id:text} | |
| verbose | No | ||
| questions | Yes | {id:{type:noul|choice|score,instructions,criteria}} | |
| threshold | No |