Skip to content
New issue

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

AttributeError: 'AgentExecutor' object has no attribute 'output_key' #39

Open
waqas-fullhousefoods opened this issue Oct 10, 2023 · 2 comments

Comments

@waqas-fullhousefoods
Copy link

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?

@msoedov
Copy link
Owner

msoedov commented Oct 11, 2023

Hi @waqas-fullhousefoods, it has been fixed today in 0.0.19. Thanks for reporting the issue.

@waqas-fullhousefoods
Copy link
Author

Thanks alot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants