Skip to content
1 min read · 18 words

Variable: BUNDLED_REASONING_PARSERS

ts
const BUNDLED_REASONING_PARSERS: Readonly<
  Record<Exclude<ReasoningParserName, "auto" | "none">, ReasoningParserFn>
>;

Defined in: src/batteries/llm/chat_common/reasoning_parsers.ts:275

The bundled reasoning parsers keyed by name (excluding 'auto'/'none'), orphan recovery ON.