We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
output_keys
output_key
Do we have any work around for this?
The text was updated successfully, but these errors were encountered:
Hi @waqas-fullhousefoods, it has been fixed today in 0.0.19. Thanks for reporting the issue.
Sorry, something went wrong.
Thanks alot
No branches or pull requests
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 ofoutput_key
but the langcorn code is looking foroutput_key
Do we have any work around for this?
The text was updated successfully, but these errors were encountered: