jihuaqiang 3 周之前
父節點
當前提交
3fb9cc3db4
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      agent.py

+ 0 - 3
agent.py

@@ -455,10 +455,7 @@ def create_langgraph_workflow():
                         },
                         structure_result
                     )
-
-                    logger.info(f"结构化结果: {structure_result}, 存储结果: {parsing_affected}")
                     logger.info(f"调试信息: affected={affected}, content_id={content_id}, result_status={result_status}")
-                    logger.info(f"--------------------------------")
                     ok = affected is not None and affected > 0 and parsing_affected is not None and parsing_affected > 0
                     if ok:
                         success_count += 1