Official
The official Python library for the TypeSafe API
DEFAULT_BASE_URL = "https://api.typesafe.ai"src/typesafe_sdk/constants.py:15
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.
from src/typesafe_sdk/_core/client/aio/client.py:70
billingtrue/falseIs this about billing?
import { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
billing: { type: 'boolean', instructions: 'Is this about billing?' },
},
});