You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a single agent chat bot that is equipped with some custom tools. I have given the bot instructions to only run one tool per execution/call/crew run.
When a crew is run, the agent calls the required tool and the tool gives its output. Even after 5-7 minutes of the tool output, the final response of the agent is not generated, and later it hits its max_iter.
Can someone please give insights as to what may be causing this? (Let me know if more clarification is needed)
Crew version:
crewai==0.55.2
crewai-tools==0.12.1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a single agent chat bot that is equipped with some custom tools. I have given the bot instructions to only run one tool per execution/call/crew run.
When a crew is run, the agent calls the required tool and the tool gives its output. Even after 5-7 minutes of the tool output, the final response of the agent is not generated, and later it hits its max_iter.
Can someone please give insights as to what may be causing this? (Let me know if more clarification is needed)
Crew version:
crewai==0.55.2
crewai-tools==0.12.1
Beta Was this translation helpful? Give feedback.
All reactions