Commit Graph

1 Commits

Author SHA1 Message Date
Devin AI
0e0ca6bd08 fix: Add helpful error messages for common tool import typos
- Add __getattr__ to crewai_tools/__init__.py to catch common typos
- Provide helpful error message when users try to import tools with lowercase 't' (e.g., PGSearchtool instead of PGSearchTool)
- Add specific error for PGSearchTool indicating it's under development
- Add comprehensive tests to verify error handling

Fixes #3776

Co-Authored-By: João <joao@crewai.com>
2025-10-22 14:34:00 +00:00