mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
- Added a check for `None` tools in the `_tool_has_arun` method to prevent errors during tool validation. - Improved the logic to exclude tools from the `crewai.tools.base_tool` module when determining if they have a real async `_arun` method, ensuring more accurate tool handling. These changes aim to improve the robustness of tool validation within the CrewAI framework.