UNPKG

@langchain/core

Version:
1 lines 676 B
{"version":3,"file":"output_parsers.d.ts","names":["BaseOutputParser","FakeSplitIntoListParser","Promise"],"sources":["../../../src/utils/testing/output_parsers.d.ts"],"sourcesContent":["import { BaseOutputParser } from \"../../output_parsers/base.js\";\n/**\n * Parser for comma-separated values. It splits the input text by commas\n * and trims the resulting values.\n */\nexport declare class FakeSplitIntoListParser extends BaseOutputParser<string[]> {\n lc_namespace: string[];\n getFormatInstructions(): string;\n parse(text: string): Promise<string[]>;\n}\n//# sourceMappingURL=output_parsers.d.ts.map"],"mappings":";;;;;;AAKA;;cAAqBC,uBAAAA,SAAgCD;;;uBAG5BE"}