Type Alias ChatConversationalAgentInput

ChatConversationalAgentInput: Optional<AgentInput, "outputParser">

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