BaseOutputParser<ParserInput extends Object?, CallOptions extends OutputParserOptions, ParserOutput extends Object?> constructor

const BaseOutputParser<ParserInput extends Object?, CallOptions extends OutputParserOptions, ParserOutput extends Object?>({
  1. required CallOptions defaultOptions,
})

Class to parse the output of a Runnable invocation.

Implementation

const BaseOutputParser({
  required super.defaultOptions,
});