Files
crewAI/lib
Devin AI cff9cfb665 fix: use consistent casefold().strip() comparison for add_image tool name
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>
2025-12-02 10:28:40 +00:00
..