action的reply_message设置为数据模型,维护typing以及增强稳定性

This commit is contained in:
UnCLAS-Prommer
2025-08-28 23:44:14 +08:00
parent bd83795df8
commit 82e5a710c3
6 changed files with 36 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ class ActionManager:
log_prefix=log_prefix,
shutting_down=shutting_down,
plugin_config=plugin_config,
action_message=action_message.flatten() if action_message else None,
action_message=action_message,
)
logger.debug(f"创建Action实例成功: {action_name}")