Check a condition
jev_checkEvaluate a yes/no condition on provided input, returning the probability of yes along with model and usage details. Uses Jev AI to classify the input against your specific question.
Instructions
Evaluate a yes/no condition. answers.result.noul is the probability of yes from 0 to 1, not a guaranteed truth or enforcement decision. Use jev_decide for multiple questions. Requires JEV_AI_API_KEY from https://jev-ai.pro/jev-api. Sends input to Jev AI and consumes account credits; rate limits apply. Returns model, answers and usage. No automatic retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Text, JSON object or array to evaluate. Sent to Jev AI and its model providers. | |
| instructions | Yes | A yes/no question about the input. |