import { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
answered: { type: 'boolean', instructions: 'Does any line in `lines` answer `query`?' },
},
});
Other projects in this category
awesome-jev-by-typesafe ▶ — Evidence-backed use cases, patterns, prompts, and starter code for TypeSafe Jev — a System One model for fast, typed, confidence-aware decisions in software.
jev-directory ▶ — A browsable directory of what Jev can do — 50 runnable
awesome-jev-usecases ▶ — Evidence-backed use cases, patterns, and guidance for building with Jev, TypeSafe AI's System One model. Every claim is labeled and sourced.
awesome-jev ▶ — TypeSafe System One / Jev community directory — GitHub projects & posts around typed decisions (typesafe.ai)
pydantic-jev-examples ▶ — Pydantic AI capabilities made stronger with Jev: small runnable demos, one file each
jevsome-projects ▶ — Open-source projects that provably call Jev, TypeSafe AI's System One model. Every entry links to the line of code that proves it. Refreshed daily.
awesome-jev — A curated list of public projects, integrations, and discussions built on Jev — TypeSafe AI's System One model for typed decisions.