Skip to content
1 min read · 25 words

Variable: liteRtLmOptionsSchema

ts
const liteRtLmOptionsSchema: ObjectSchema<LiteRtLmAdapterOptions>;

Defined in: src/batteries/llm/litert_lm/validation.ts:124

Validator schema for LiteRtLmAdapterOptions. Rejects unknown keys (.unknown(false)) so typos and removed fields fail loud, and fills in defaults.