invoke abstract method
Invokes the output parser on the given input.
input
- The result of an LLM call.options
- Not used.
Implementation
@override
Future<ParserOutput> invoke(
final ParserInput input, {
final CallOptions? options,
});
Invokes the output parser on the given input.
input
- The result of an LLM call.options
- Not used.@override
Future<ParserOutput> invoke(
final ParserInput input, {
final CallOptions? options,
});