This commit is contained in:
明天好像没什么
2025-10-31 22:43:34 +08:00
10 changed files with 265 additions and 221 deletions

View File

@@ -27,6 +27,7 @@ class ActionPlannerInfo(BaseDataModel):
action_data: dict | None = None
action_message: Optional["DatabaseMessages"] = None
available_actions: dict[str, "ActionInfo"] | None = None
should_quote_reply: bool | None = None # 是否应该引用回复原消息None表示由系统自动决定
@dataclass