Static
fromLLMStatic method to create a new ChatConversationalAgentOutputParserWithRetries from a BaseLanguageModel and options. If no base parser is provided in the options, a new ChatConversationalAgentOutputParser is created. An OutputFixingParser is also created from the BaseLanguageModel and the base parser.
BaseLanguageModel 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.