state field of an API request, alongside the questions you want answered.
Each request evaluates one state against one or more questions. All questions see the same state and are evaluated independently. You can mix Choice, Score, and Noul questions in one request.
State can be a simple string or a structured JSON value
The simplest state is a plain string:client.system_one(state=...).
Use an object for most requests so each part of the state has a descriptive name and its relationships remain clear. A string is suitable when the use case is simple and requires only one piece of text.
Jev accepts text only. State must be a string, JSON object, or array of text values. Images, audio, and video are not supported (yet). Jev’s primary training language is English; other languages, including CJK scripts, are accepted but currently have lower accuracy — see Models.
A support conversation as state