mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
- Add model_validator to sanitize tools list before validation - Filter out non-dict objects like TokenCalcHandler from tools list - Preserve dict tools while removing problematic objects - Add comprehensive test coverage for the fix and edge cases - Resolves issue #3043 Co-Authored-By: João <joao@crewai.com>