reply set 数据模型化准备

This commit is contained in:
UnCLAS-Prommer
2025-09-08 00:34:06 +08:00
parent 08e1187452
commit ac2936d5fc
6 changed files with 51 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ from .base import (
MaiMessages,
ToolParamType,
CustomEventHandlerResult,
ReplyContentType,
)
# 导入工具模块
@@ -100,6 +101,7 @@ __all__ = [
"EventHandlerInfo",
"EventType",
"ToolParamType",
"ReplyContentType",
# 消息
"MaiMessages",
"CustomEventHandlerResult",