jihuaqiang hace 2 semanas
padre
commit
306a963e6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      agents/clean_agent/tools.py

+ 1 - 1
agents/clean_agent/tools.py

@@ -304,7 +304,7 @@ def batch_call_llm_for_extraction(evaluation_results: list, query_word: str) ->
 
     try:
         # 批量调用 Gemini 进行抽取
-        results = gemini_processor.batch_process(extraction_contents, EXTRACTION_PROMPT)
+        results = processor.batch_process(extraction_contents, EXTRACTION_PROMPT)
         
         # 处理返回结果
         extraction_results = []