fix actions execute

This commit is contained in:
jxxghp
2025-02-27 20:39:42 +08:00
parent 37926b4c19
commit f8ed16666c
15 changed files with 61 additions and 31 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class SendEventAction(BaseAction):
def success(self) -> bool:
return self.done
async def execute(self, params: SendEventParams, context: ActionContext) -> ActionContext:
def execute(self, params: dict, context: ActionContext) -> ActionContext:
"""
发送events中的事件
"""