fix:修改文件位置

This commit is contained in:
SengokuCola
2025-05-12 12:01:09 +08:00
parent 05f0aaa6d7
commit d7c5f7031c
12 changed files with 39 additions and 22 deletions

View File

@@ -120,7 +120,7 @@ class DefaultExpressor:
if not has_sent_something:
logger.warning(f"{self.log_prefix} 回复动作未包含任何有效内容")
return has_sent_something, thinking_id
return has_sent_something, reply
except Exception as e:
logger.error(f"回复失败: {e}")