---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/transformers_js/helpers/variables/BUNDLED_REASONING_PARSERS.md
description: >-
  The bundled reasoning parsers keyed by name (excluding `'auto'`/`'none'`),
  orphan recovery ON.
---

# 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](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/llm/chat_common/reasoning_parsers.ts#L275)

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