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

langchain[patch]: Fixes bug in ReAct agent that prevents parsing error handling #6624

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

obround
Copy link
Contributor

@obround obround commented Aug 25, 2024

Fixes #6374 for ReAct agents

handleParsingErrors does not work for ReAct agents. This fixes it.

Copy link

vercel bot commented Aug 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Aug 26, 2024 5:54pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Aug 26, 2024 5:54pm

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. auto:bug Related to a bug, vulnerability, unexpected error with an existing feature labels Aug 25, 2024
@jacoblee93
Copy link
Collaborator

Thanks!

@jacoblee93 jacoblee93 changed the title Fixes bug in ReAct agent that prevents parsing error handling langchain[patch]: Fixes bug in ReAct agent that prevents parsing error handling Aug 26, 2024
@jacoblee93 jacoblee93 merged commit eff7879 into langchain-ai:main Aug 26, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:bug Related to a bug, vulnerability, unexpected error with an existing feature size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agent executor tool invocation doesn't recognize ToolInputParsingException error
2 participants