jihuaqiang 3 週間 前
コミット
d3df6fc310
1 ファイル変更1 行追加1 行削除
  1. 1 1
      agent.py

+ 1 - 1
agent.py

@@ -463,7 +463,7 @@ def create_langgraph_workflow():
                         success_count += 1
                     else:
                         success_count += 1
-                        logger.error(f"处理第 {idx} 项时出错: {identify_result.get('error') or structure_result.get('error') or parsing_affected.get('error')}")
+                        logger.error(f"处理第 {idx} 项时出错: {identify_result.get('error') or structure_result.get('error')}")
                     
                     # 记录处理详情
                     detail = {