UNPKG

@langchain/core

Version:
1 lines 736 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"],"mappings":";;;;;;AAKA;;AAGyBE,cAHJD,uBAAAA,SAAgCD,gBAG5BE,CAAAA,MAAAA,EAAAA,CAAAA,CAAAA;EAAO,YAHqBF,EAAAA,MAAAA,EAAAA;EAAgB,qBAAA,CAAA,CAAA,EAAA,MAAA;uBAG5CE"}