mirror of https://github.com/aliasrobotics/cai.git
Merge pull request #52 from sunrabbit123/patch-1
Fix: remove unreached code in tool.py
This commit is contained in:
commit
e231e4924a
|
|
@ -284,5 +284,3 @@ def function_tool(
|
|||
return _create_function_tool(real_func)
|
||||
|
||||
return decorator
|
||||
return decorator
|
||||
return decorator
|
||||
|
|
|
|||
Loading…
Reference in New Issue