Rip&Tear

Results 77 comments of Rip&Tear

The way I use crewAI with dev containers is by having dev containers start with the requirements file loading in all the crewAI, no need for a docker file as...

Thanks for doing that, unfortunately its still doing it with GPT4 Error: `I encountered an error while trying to use the tool. This was the error: GithubSearchTool._run() missing 1 required...

I can now confirm the the TXTSearchTool is also having the same issue ``` I encountered an error while trying to use the tool. This was the error: TXTSearchTool._run() missing...

This is still an issue in latest version 0.28.7 & 0.1.7 - seems to be loading the repo but then hitting a 404 ![image](https://github.com/joaomdmoura/crewAI/assets/84775494/83e7bedd-545c-424a-a4b3-f35738493796) This is my cofnig for the...

Seems you have to set search_query when initialising the tool Like so using the DirectorySearchTool as an example: `# initialize the DirectorySearchTool directory_search_tool = DirectorySearchTool( search_query="", search_directory="./test" )` But the...

There is no setting to change the colors, but you can money patch, Closing as original issue fixed

You havent specified the manager_llm attribute in your crew - https://docs.crewai.com/core-concepts/Processes/

Can you share the exact error please? the LLM will hallucinate if it cannot use the tool(s)