Add tool implementation

This commit is contained in:
offs-admin 2026-04-01 13:56:21 +00:00
parent e62e04151f
commit aeb16762f6

2
tool.py Normal file
View File

@ -0,0 +1,2 @@
def run(input):
return {"result": "hello"}