Skip to content
1 min read · 15 words

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').