crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
21.22k stars 2.95k forks source link

The input to this tool should be the coworker, the question you have for them, and ALL necessary context to ask the question properly, they know nothing about the question, so share absolute everything you know, don't reference things but instead explain them. #1010

Open pradeepdev-1995 opened 3 months ago

pradeepdev-1995 commented 3 months ago

I am using 4 agents where 3 are sub-agents(where allow_delegation=false) and one is the manager(where allow_delegation=true). There is no tools I am using in my agentic workflow. But while crew execution I am ettin this message -

The input to this tool should be the coworker, the question you have for them, and ALL necessary context to ask the question properly, they know nothing about the question, so share absolute everything you know, don't reference things but instead explain them

lorenzejay commented 3 months ago

can you show the code you used to run this ?

are you also using Process.hierarchical?

pradeepdev-1995 commented 3 months ago

@lorenzejay Yes I am using Process.hierarchical

cl955 commented 2 weeks ago

I started to see this issue today, how did you fix this?