Optional
fields: HttpResponseOutputParserInputParses a string output from an LLM call. This method is meant to be implemented by subclasses to define how a string output from an LLM should be parsed.
The string output from an LLM call.
A promise of the parsed output.
Generated using TypeDoc
OutputParser that formats chunks emitted from an LLM for different HTTP content types.