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 argument validation for the types of provided tools (#985)
* Add argument validation for the types of provided tools
* Specifically check if it is a callable, as Union isn't supported in isinstance
* Fix type check with typing.get_args
* Fix check
0 commit comments