Files
crewAI/lib
Devin AI e40b29b5f5 fix: use None sentinel instead of 'unknown' in _extract_tool_name
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>
2026-04-02 23:12:11 +00:00
..
2026-04-02 22:16:05 +08:00