jevbooks

← 全部技巧

代码枚举候选,模型只选序号

Code enumerates, model picks

这是什么

Does the text describe code listing the candidates such as DOM nodes, diff hunks, or files, and Jev choosing an index among them?

这些不算

Asking the model to produce a selector, coordinate, or free-text answer.

questions.json · 每份 README 都发这道题

这道题在 Jev 眼里长这样

jevbooks 就是拿这道题去问 Jev 每一份 README 的。抄结构,别抄字面。题目原文是英文——这就是发给 Jev 的字面内容;state 可以是中文。

{
  "candidate-enumeration": {
    "type": "noul",
    "instructions": {
      "what": "Does the text describe code listing the candidates such as DOM nodes, diff hunks, or files, and Jev choosing an index among them?",
      "not_for": "Asking the model to produce a selector, coordinate, or free-text answer."
    },
    "criteria": {
      "true": "The text explicitly describes this. One sentence is enough; other content does not cancel it.",
      "false": "The text does not describe this."
    }
  }
}

用 Jev 做一个 →