I am trying to deploy a conversational_retrieval_agent but I am getting following error:
[ERROR] AttributeError: 'AgentExecutor' object has no attribute 'output_key'
Upon investigating I found out that the attribute is actually output_keys instead of output_key but the langcorn code is looking for output_key
Do we have any work around for this?