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 e231e4924a
1 changed files with 0 additions and 2 deletions

View File

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