mirror of https://github.com/Mai-with-u/MaiBot.git
info增加字段
parent
b1dcd3d0ad
commit
c1cd394afa
|
|
@ -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 # 在计划阶段期间收到的其他新消息计数
|
||||
# --- 新增字段结束 ---
|
||||
|
|
|
|||
Loading…
Reference in New Issue