'do_nothing' is no longer useful

This commit is contained in:
fiatrete
2023-06-16 15:58:57 +08:00
parent 0a4feb1daf
commit 0f3c1c187a
@@ -1,9 +0,0 @@
from jarvis.functional_modules.functional_module import functional_module, CallerContext
@functional_module(
name="do_nothing",
description="Do nothing. This is not an ability, just a way to let you refuse",
signature={})
async def do_nothing(context: CallerContext):
return "Success"