Variable: webLLMChatCompletionsOptionsSchema
ts
const webLLMChatCompletionsOptionsSchema: ObjectSchema<WebLLMChatCompletionsAdapterOptions>;Defined in: src/batteries/llm/webllm_chat_completions/validation.ts:149
Validator schema for WebLLMChatCompletionsAdapterOptions. Rejects unknown keys (.unknown(false)) so typos and removed fields fail loud, and fills in defaults.