Update normal_chat.py

pull/1079/head
SengokuCola 2025-07-01 15:54:01 +08:00
parent 39396b3d87
commit 96a527c137
1 changed files with 11 additions and 13 deletions

View File

@ -829,8 +829,6 @@ class NormalChat:
logger.error(f"[{self.stream_name}] 回复生成出现错误:{str(e)} {traceback.format_exc()}") logger.error(f"[{self.stream_name}] 回复生成出现错误:{str(e)} {traceback.format_exc()}")
return None return None
async def plan_and_execute_actions(): async def plan_and_execute_actions():
"""规划和执行额外动作""" """规划和执行额外动作"""
if not self.enable_planner: if not self.enable_planner: