Files
crewAI/tests/tools
Devin AI 75b7c579f6 Fix type-checking errors in structured_tool.py and tests
- Add comprehensive type annotations for all function parameters and return types
- Fix generic type parameters for dict, Callable, and Flow classes
- Add proper type ignore comments for complex type inference scenarios
- Resolve all 27 mypy errors across Python 3.10-3.13
- Ensure compatibility with strict type checking requirements

Co-Authored-By: João <joao@crewai.com>
2025-09-04 08:58:43 +00:00
..