Classify (choice)
jev_classifyClassify input into one of up to 255 labeled options and return the winning choice with probabilities and confidence, enabling routing, categorization, and intent detection.
Instructions
Pick exactly one of up to 255 labelled options for the given state. Returns the winning option, per-option probabilities, and a confidence. Use for routing, categorization, intent detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | The context/input to classify. | |
| options | Yes | Map of option key -> description, e.g. { "billing": "money problems", "bug": "broken" } | |
| instructions | Yes | What to decide, e.g. 'What is the primary issue?' |