You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve tool validation error messages and add comprehensive tests
- Fix error message for missing modules to be more descriptive
- Remove redundant 'to properly import this tool' text from error messages
- Add specific error messages for missing modules vs missing functions
- Add unit tests for each error case:
- Invalid tool (not file/module/@tool)
- Missing module (module doesn't exist)
- Missing function (function not found in existing module)
- All 17 tests passing with better error coverage
🤖 Assisted by Amazon Q Developer
0 commit comments