mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-12 05:52:39 +00:00
Address Bugbot feedback: ensure both tool_usage.py and crew_agent_executor.py use the same comparison approach (casefold().strip()) for detecting the add_image tool, preventing edge cases where fuzzy matching could cause inconsistent behavior. Co-Authored-By: João <joao@crewai.com>