From aeb16762f648464952413521e0cd57f4874356e6 Mon Sep 17 00:00:00 2001 From: offs-admin Date: Wed, 1 Apr 2026 13:56:21 +0000 Subject: [PATCH] Add tool implementation --- tool.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tool.py diff --git a/tool.py b/tool.py new file mode 100644 index 0000000..3c817c7 --- /dev/null +++ b/tool.py @@ -0,0 +1,2 @@ +def run(input): + return {"result": "hello"}