Files
crewAI/lib
Devin AI 5110817709 fix: ensure tool usage counter is incremented for add_image tool
Address Bugbot feedback: when skipping _format_result() for add_image tool,
the task.used_tools counter was not being incremented. Now we increment
the counter before the conditional check and pass skip_counter=True to
_format_result() to avoid double-counting.

Co-Authored-By: João <joao@crewai.com>
2025-12-02 10:36:43 +00:00
..