From 51a5be02120a5926e8b40737d138bf74122091a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=98=A4=EB=B3=91=EC=A7=84?= <64676070+sunrabbit123@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:13:48 +0900 Subject: [PATCH] Update tool.py --- src/agents/tool.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/agents/tool.py b/src/agents/tool.py index 8a3bc9eb..75872680 100644 --- a/src/agents/tool.py +++ b/src/agents/tool.py @@ -284,5 +284,3 @@ def decorator(real_func: ToolFunction[...]) -> FunctionTool: return _create_function_tool(real_func) return decorator - return decorator - return decorator