Variable: openAIChatCompletionsOptionsSchema
ts
const openAIChatCompletionsOptionsSchema: ObjectSchema<OpenAIChatCompletionsAdapterOptions>;Validator schema for OpenAIChatCompletionsAdapterOptions.
Remarks
Used by validateOptions at construction time and again at the start of every iteration after options have been merged (stash > executor > constructor). Rejects unknown top-level keys so typos and removed fields (bucketBudgets, maxInlineToolResultFraction, trustedTools) fail loud.