先在这里加个调试语句,去修另外一个bug先

pull/873/head
Bakadax 2025-04-27 18:11:01 +08:00
parent 1a3e27b780
commit 0b51aeb43e
1 changed files with 2 additions and 0 deletions

View File

@ -308,7 +308,9 @@ class Conversation:
# 2. 检查回复 (逻辑不变)
self.state = ConversationState.CHECKING
try:
print(conversation_info.goal_list)
current_goal_str = conversation_info.goal_list[0]["goal"] if conversation_info.goal_list else ""
print("跳过小虫虫\n")
is_suitable, check_reason, need_replan = await self.reply_generator.check_reply(
reply=self.generated_reply,
goal=current_goal_str,