Recipes
Three practical tasks, built with Jev.
Each recipe is one task, one primitive, and one working example. Explore it with sample input — and your own text when live testing is enabled — then read the result and copy the code.
- 01Route a messageChoiceClassify a customer message into the department that should handle it.
- 02Score urgencyScoreRate how urgently a message needs a response, on a three-level rubric.
- 03Check a replyNoulEstimate whether a draft reply addresses every explicit request in a customer message.
Every recipe shares the same server-side protection as the rest of Jev Guide: a fixed model and question, a per-visitor rate limit, and a shared daily cap. See how it works for the request and response shapes.