Closed ItzAmirreza closed 3 months ago
Additional output (there you can see an error which is in blue in terminal
Entering new CrewAgentExecutor chain...
Thought: Do I need to use a tool? Yes
Action: Delegate work to co-worker
Action Input: Keyword Strategist|Generate relevant search terms for the query 'Find number of servers using plugin EzChestShop'
**Error executing tool. Missing exact 3 pipe (|) separated values. For example, `coworker|task|context`. I need to make sure to pass context as context.**
Do I need to use a tool? Yes
Action: Delegate work to co-worker
Action Input: Keywo
Error executing tool. Missing exact 3 pipe (|) separated values. For example, coworker|task|context
. I need to make sure to pass context as context.
Yeah got this too: Error executing tool. Missing exact 3 pipe (|) separated values. For example, coworker|task|context
. I need to make sure to pass context as context. >> Did you fix it? How? does it require some sort special of formatting in tasks ?
Nope, the issue still exists, waiting for it to be addressed. Bump
Can you send the code here?
I just saw this commit which could be a fix for gpt3.5 turbo, not sure tho I will try it out and let you all know: https://github.com/joaomdmoura/crewAI/commit/7f98a99e90f31792281d963ec9c94007aee9caa3
Hey, I let the output speak, the title should explain the problem. This only happens using gpt-3.5 turbo (latest version), but does NOT happen while doing the same with GPT-4. Note that the latest version of gpt-3.5 turbo has "improved instruction following" as they stated, so it really shouldn't be hallucinating tools.