ai哥说的对

pull/878/head
Bakadax 2025-04-28 14:29:40 +08:00
parent 508549bc62
commit 3cfa1e6b17
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ class Conversation:
goal_ended = False
if hasattr(self.conversation_info, "goal_list") and self.conversation_info.goal_list:
for goal_item in self.conversation_info.goal_list:
current_goal = None
if isinstance(goal_item, dict):
current_goal = goal_item.get("goal")