Class ChatConversationalAgentOutputParserWithRetries

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.

Hierarchy (view full)

Constructors

Methods

  • Parses the given text into an AgentAction or AgentFinish object.

    Parameters

    • text: string

      Text to parse.

    Returns Promise<any>

    Promise that resolves to an AgentAction or AgentFinish object.

Generated using TypeDoc