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

@@ -24,6 +24,7 @@ from .component_types import (
MaiMessages,
ToolParamType,
CustomEventHandlerResult,
ReplyContentType,
)
from .config_types import ConfigField
@@ -48,4 +49,5 @@ __all__ = [
"MaiMessages",
"ToolParamType",
"CustomEventHandlerResult",
"ReplyContentType",
]