Context engineering
Jev powered OpenCode compaction
baseUrl: "https://api.typesafe.ai/v1/systemone",The link points at the commit we read, so the line number still holds.
These question sets are lifted from this project's source exactly as written.
comparisonchoiceWhich of `left` or `right` better satisfies `criterion` in `context`? Choose tie when neither has a material advantage.
left — `left` better satisfies the criterion.right — `right` better satisfies the criterion.tie — They satisfy the criterion about equally, or state is insufficient to distinguish them.import { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
comparison: { type: 'choice', instructions: 'Which of `left` or `right` better satisfies `criterion` in `context`? Choose tie when neither has a material advantage.',
criteria: { left: '`left` better satisfies the criterion.', right: '`right` better satisfies the criterion.', tie: 'They satisfy the criterion about equally, or state is insufficient to distinguish them.' } },
},
});