Method to get instructions on how to format the LLM output. The instructions are based on the parsers array and the outputDelimiter.
A string with format instructions.
Method to parse an input string using the parsers in the parsers array. The parsed outputs are combined into a single object and returned.
The input string to parse.
Optionalcallbacks: anyOptional Callbacks object.
A Promise that resolves to a CombinedOutput object.
Staticlc_
Class to combine multiple output parsers