Screen many items, reading files server-side
jev_triageBatch-screen files and documents by asking the same questions in one call; results return per item while file contents stay out of context, so you can decide which candidates warrant a closer look.
Instructions
Ask the same question set about many items in one call and get one result per item, in input order. Pass a file path per item and the server reads it, so the contents reach Jev without ever entering your context: you see only the answers. Use it to decide which of many files, documents, or candidates deserve a closer look before opening any. Give a plain 'query' for a single relevance check, or 'questions' for typed judgments. Each item is its own request; a failed item reports its error in place and the others still return. Nothing is truncated: an oversized file fails, it is not cut.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Up to JEV_MAX_ITEMS (default 50) items, each with an id and exactly one of text or path. | |
| query | No | Shorthand for one check named 'relevant': does this item help with the stated task? Supply either query or questions, not both. | |
| 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. | |
| questions | No | Typed questions asked of every item. Same shape as jev_ask. | |
| review_above | No | Confidence at or above which the answer is marked 'review' rather than 'abstain'. Default 0.5. | |
| no_at_or_below | No | Probability at or below which a check's verdict is 'no'. Default 0.3. Between the two the verdict is 'uncertain'. | |
| yes_at_or_above | No | Probability at or above which a check's verdict is 'yes'. Default 0.7. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| usage | Yes | Summed over the items that succeeded. | |
| failed | Yes | How many items carry an error. | |
| results | Yes | One entry per item, in input order. | |
| file_roots | Yes | Directories a path item may sit below. Empty when file reads are disabled. | |
| latency_ms | Yes | Wall-clock time for the whole batch. | |
| thresholds | Yes | ||
| none_options | Yes |