Implementation of the QuotedCoTOutputParser class.
Classes
QuotedCoTOutputParser
Bases: BaseOutputParser[str]
Langchain output parser that introduces a simple chain of thought (CoT) prompt with
simplified formatting instructions to enclose the final output in triple quoted
strings.