Function: buildBundledReasoningParsers()
ts
function buildBundledReasoningParsers(
opts?: ReasoningParserOptions,
): Record<Exclude<ReasoningParserName, "auto" | "none">, ReasoningParserFn>;Defined in: src/batteries/llm/chat_common/reasoning_parsers.ts:284
Build the bundled family parsers honouring ReasoningParserOptions (e.g. orphan recovery).
Parameters
| Parameter | Type |
|---|---|
opts | ReasoningParserOptions |
Returns
Record<Exclude<ReasoningParserName, "auto" | "none">, ReasoningParserFn>