Files
crewAI/lib/crewai/tests/llms/google
Devin AI dac1010356 fix: pass tools to tests to simulate real scenario
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>
2025-12-16 08:50:29 +00:00
..