Browse Source

Update dialogue_manager: change timing of active conversation

StrayWarrior 2 weeks ago
parent
commit
0cfc4fc43f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dialogue_manager.py

+ 1 - 1
dialogue_manager.py

@@ -379,7 +379,7 @@ class DialogueManager:
         if hours_passed < threshold:
             return False
             # 根据时间上下文决定主动交互的状态
-        if time_context in [TimeContext.EARLY_MORNING, TimeContext.MORNING,
+        if time_context in [TimeContext.MORNING,
                             TimeContext.NOON, TimeContext.AFTERNOON,
                             TimeContext.EVENING]:
             self.previous_state = self.current_state