fix:并行动作炸裂问题

This commit is contained in:
SengokuCola
2025-07-26 23:14:47 +08:00
parent 75af87aa5f
commit 0367dae824
5 changed files with 184 additions and 100 deletions

View File

@@ -140,6 +140,7 @@ async def generate_reply(
except Exception as e:
logger.error(f"[GeneratorAPI] 生成回复时出错: {e}")
logger.error(traceback.format_exc())
return False, [], None