How to disable tools call in parallel when using AgentExecutor? #30889
Unanswered
Lin-jun-xiang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
How can I disable the tool calling in parallel ?
Some times the tools should be call like:
tool1 -> tool2 -> tool3....
However, the AgentExecutor will call too1, tool2, tool3 in the same time.
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
Beta Was this translation helpful? Give feedback.
All reactions