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
Add comprehensive test cases for ToolParamsValidator
This commit introduces detailed unit tests for various validation scenarios in ToolParamsValidator. These include cases for valid arguments, missing required arguments, empty optional and required arguments, invalid arguments not in the schema, and incorrect argument types. It ensures improved test coverage and robustness of the validation logic.
0 commit comments