Classify items against a shared label set
jev_classifyAssign each item to a class from a shared catalog in a single batch, with per-item confidence, winner margin, and an automatic accept or review verdict.
Instructions
Assign each item to one class from a shared catalog with TypeSafe Jev, in one batched request: the class catalog is sent once and every item becomes an independent Choice question. Returns per item: the chosen class, the full distribution, confidence, winner-to-runner-up margin, and an auto-versus-review decision. Auto requires both a high top probability (default 0.85) and a clear margin (default 0.50); everything else is flagged for review. Include a manual_review class in the catalog if you want an explicit escape hatch; the tool never invents one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items to classify. Text is truncated at 2000 characters; send bounded excerpts, not whole documents. | |
| classes | Yes | Shared class catalog. Strong descriptions carry the decision: a precise definition, what belongs, what does not, precedence over overlapping classes, and a short example. | |
| context | No | Shared context available to every item's judgment: policies, catalogs, anything stable. | |
| purpose | No | What this classification is for; shared across all items. | |
| auto_accept | No | Minimum top probability for auto. Default 0.85. | |
| minimum_margin | No | Minimum winner-to-runner-up gap for auto. Default 0.5. |