Ask a question to get started
Enter to send•Shift+Enter new line
OutputFixingParser()
BaseOutputParser[T]
The parser to use to parse the output.
The RunnableSerializable to use to retry the completion (Legacy: LLMChain).
The maximum number of times to retry the parse.
Whether to use the run or arun method of the retry_chain.
Create an OutputFixingParser from a language model and a parser.
Wrap a parser and try to fix parsing errors.