UNPKG

multi-llm

Version:

A unified TypeScript/JavaScript package to use LLMs across ALL platforms with support for 17 major providers, streaming, MCP tools, and intelligent response parsing

5 lines 174 B
import { ParsedResult } from '../types'; export declare class ResponseParser { static parseResponse(content: string): ParsedResult; } //# sourceMappingURL=parser.d.ts.map