mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
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>