jevbooks

← All techniques

Many questions, one request

一个 state 多题平铺

What it is

Does the text describe sending several independent questions about the same state in a single Jev request?

Not this

One question per request, or questions spread over separate calls.

questions.json · sent for every README

The question, as Jev sees it

This is the literal question jevbooks puts to Jev about every README. Copy the shape, not the wording.

{
  "flat-fanout": {
    "type": "noul",
    "instructions": {
      "what": "Does the text describe sending several independent questions about the same state in a single Jev request?",
      "not_for": "One question per request, or questions spread over separate calls."
    },
    "criteria": {
      "true": "The text explicitly describes this. One sentence is enough; other content does not cancel it.",
      "false": "The text does not describe this."
    }
  }
}

Build this with Jev →