Skip to content
1 min read · 37 words

Variable: anthropicMessagesOptionsSchema

ts
const anthropicMessagesOptionsSchema: ObjectSchema<AnthropicMessagesAdapterOptions>;

Defined in: src/batteries/llm/anthropic_messages/validation.ts:196

Validator schema for AnthropicMessagesAdapterOptions. Used by validateOptions at construction time and again at the start of every iteration after options have been merged. Rejects unknown top-level keys so typos fail loud.