Type alias ChatConversationalAgentInput

ChatConversationalAgentInput: Optional<AgentInput, "outputParser">

Type that extends the AgentInput interface for the ChatConversationalAgent class, making the outputParser property optional.

Generated using TypeDoc