Variable: BUNDLED_TOOL_CALL_PARSERS
ts
const BUNDLED_TOOL_CALL_PARSERS: Readonly<
Record<Exclude<ToolCallParserName, "auto" | "none">, ToolCallParserFn>
>;Defined in: src/batteries/llm/chat_common/tool_parsers.ts:1050
The bundled family parsers keyed by name (excluding 'auto'/'none').