Merge pull request #52 from sunrabbit123/patch-1

Fix: remove unreached code in tool.py
This commit is contained in:
Rohan Mehta 2025-03-11 22:09:07 -07:00 committed by GitHub
commit be1c9495d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,5 +284,3 @@ def function_tool(
return _create_function_tool(real_func)
return decorator
return decorator
return decorator