Variable: DEFAULT_REASONING_PARSER_ORDER
ts
const DEFAULT_REASONING_PARSER_ORDER: ReadonlyArray<
Exclude<ReasoningParserName, "auto" | "none">
>;Defined in: src/batteries/llm/chat_common/reasoning_parsers.ts:293
The default 'auto' precedence. All three are literal-marker-anchored, so order is collision-free.