Ask Jev typed questions about one state
jev_askPrototype judgment questions by running them against a sample state to see typed answers with probability distributions before committing to code.
Instructions
Run a question set once against a single state and see the typed answers with their probability distributions. Use it to prototype question wording before committing it to code or to jev_eval. Questions over the same state are answered independently in one request, so ask several at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model id or alias. Defaults to jev-latest. | |
| state | Yes | The content to judge: a string, or an object/array when it has several named parts. | |
| questions | Yes | Map of your question id to a question. Ids are not sent to the model, so put the full meaning in instructions. |