info增加字段

pull/937/head
Bakadax 2025-05-09 10:45:58 +08:00
parent b1dcd3d0ad
commit c1cd394afa
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ class ConversationInfo:
self.relationship_text: Optional[str] = "你们还不熟悉。" # 与当前对话者的关系描述文本
self.current_emotion_text: Optional[str] = "心情平静。" # 机器人当前的情绪描述文本
self.current_instance_message_count: int = 0 # 当前私聊实例中的消息计数
self.other_new_messages_during_planning_count: int = 0 # 在计划阶段期间收到的其他新消息计数
# --- 新增字段结束 ---