mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
The tests were failing because they didn't pass tools to the call() method, so self.tools was None and the function call processing was skipped. In real usage, tools are always configured when function calls are expected. Co-Authored-By: João <joao@crewai.com>