mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 01:32:36 +00:00
Addresses Cursor Bugbot feedback: the string 'unknown' could collide with a tool legitimately named 'unknown'. Now _extract_tool_name returns None for unrecognised formats, and _should_parallelize checks 'is None' instead of '== "unknown"'. Co-Authored-By: João <joao@crewai.com>