Static
fromLLMStatic method to create a new ChatConversationalAgentOutputParserWithRetries from a BaseLanguageModelInterface and options. If no base parser is provided in the options, a new ChatConversationalAgentOutputParser is created. An OutputFixingParser is also created from the BaseLanguageModelInterface and the base parser.
BaseLanguageModelInterface instance used to create the OutputFixingParser.
Options for creating the ChatConversationalAgentOutputParserWithRetries instance.
A new instance of ChatConversationalAgentOutputParserWithRetries.
Generated using TypeDoc
Class that represents an output parser with retries for the ChatConversationalAgent class. It extends the AgentActionOutputParser class and provides methods for parsing the output of the MRKL chain into agent actions with retry functionality.