Agent workflows · 2026-09-25
Multiple independent questions over one document with Jev
A guide to grouping independent Jev questions around one state and moving dependent decisions into a second request.
Send the same state once
Questions about a termination clause, personal data, and legal review can be asked together over one contract state. Each sees the same document and none sees another result. This produces separate, inspectable decisions without sending the document again. multiple evaluations over one document için kararın hangi alan tarafından tüketildiğini belirtin.
When the next question's options depend on the first finding, it is not independent. First ask whether personal data exists, then ask its type over the relevant excerpt. Treat keys such as hasTerminationClause as a program interface and version a changed meaning. State, instructions, and answers share the 32K context budget. Sonuçları gerçek örneklerle inceleyin; istisnayı soru metni, seçenekler ve iş kuralı arasında görünür tutun.
Ask independent judgments together
When the next question's options depend on the first finding, it is not independent. First ask whether personal data exists, then ask its type over the relevant excerpt. Treat keys such as hasTerminationClause as a program interface and version a changed meaning. State, instructions, and answers share the 32K context budget. independent questions that cannot see other results için kararın hangi alan tarafından tüketildiğini belirtin.
Questions about a termination clause, personal data, and legal review can be asked together over one contract state. Each sees the same document and none sees another result. This produces separate, inspectable decisions without sending the document again. Sonuçları gerçek örneklerle inceleyin; istisnayı soru metni, seçenekler ve iş kuralı arasında görünür tutun.
| Need | Type | Field |
|---|---|---|
| Fixed option | Choice | choice, confidence |
| Ordered level | Score | score, confidence |
| Yes/no probability | Noul | noul |
Use question keys for answer matching
Questions about a termination clause, personal data, and legal review can be asked together over one contract state. Each sees the same document and none sees another result. This produces separate, inspectable decisions without sending the document again. answer keys in application code için kararın hangi alan tarafından tüketildiğini belirtin.
When the next question's options depend on the first finding, it is not independent. First ask whether personal data exists, then ask its type over the relevant excerpt. Treat keys such as hasTerminationClause as a program interface and version a changed meaning. State, instructions, and answers share the 32K context budget. Sonuçları gerçek örneklerle inceleyin; istisnayı soru metni, seçenekler ve iş kuralı arasında görünür tutun.
Build a second request for real dependencies
When the next question's options depend on the first finding, it is not independent. First ask whether personal data exists, then ask its type over the relevant excerpt. Treat keys such as hasTerminationClause as a program interface and version a changed meaning. State, instructions, and answers share the 32K context budget. a second decision that changes after the first answer için kararın hangi alan tarafından tüketildiğini belirtin.
Questions about a termination clause, personal data, and legal review can be asked together over one contract state. Each sees the same document and none sees another result. This produces separate, inspectable decisions without sending the document again. Sonuçları gerçek örneklerle inceleyin; istisnayı soru metni, seçenekler ve iş kuralı arasında görünür tutun.
Illustrative threshold example
const response = await client.post("/v1/systemone", { model: "typesafe/jev", state, questions });
const answer = response.answers.route;
if (answer.confidence < 0.80) sendToHuman(answer.choice);
else routeTicket(answer.choice);
Plan budget and limits together
Questions about a termination clause, personal data, and legal review can be asked together over one contract state. Each sees the same document and none sees another result. This produces separate, inspectable decisions without sending the document again. managing state questions and token budget together için kararın hangi alan tarafından tüketildiğini belirtin.
When the next question's options depend on the first finding, it is not independent. First ask whether personal data exists, then ask its type over the relevant excerpt. Treat keys such as hasTerminationClause as a program interface and version a changed meaning. State, instructions, and answers share the 32K context budget. Sonuçları gerçek örneklerle inceleyin; istisnayı soru metni, seçenekler ve iş kuralı arasında görünür tutun.
Improve the question by measuring outcomes
When the next question's options depend on the first finding, it is not independent. First ask whether personal data exists, then ask its type over the relevant excerpt. Treat keys such as hasTerminationClause as a program interface and version a changed meaning. State, instructions, and answers share the 32K context budget. multiple evaluations over one document için kararın hangi alan tarafından tüketildiğini belirtin.
Questions about a termination clause, personal data, and legal review can be asked together over one contract state. Each sees the same document and none sees another result. This produces separate, inspectable decisions without sending the document again. Sonuçları gerçek örneklerle inceleyin; istisnayı soru metni, seçenekler ve iş kuralı arasında görünür tutun.
Frequently asked questions
Do questions affect one another?
No. In one request every question sees the same state and cannot see another question's result.
When is a second request necessary?
Use one when a second question's options or state cannot be built without the first answer.
How many questions can I send?
LLMTR documentation accepts at most 1,000 questions per request; state and questions share the 32K context budget.