Coool2 commited on
Commit
3b576d3
·
verified ·
1 Parent(s): 6f11d78

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -2
agent.py CHANGED
@@ -278,7 +278,6 @@ class IntelligentSourceRouter:
278
  )
279
  result = "\n".join(formatted)
280
  results.append(f"**Web Search Results:**\n{result}")
281
- print (results)
282
  except Exception as e:
283
  results.append(f"**Search failed**: {str(e)}")
284
  return "\n\n".join(results)
@@ -623,7 +622,6 @@ class EnhancedGAIAAgent:
623
  async def solve_gaia_question(self, question_data: Dict[str, Any]) -> str:
624
  question = question_data.get("Question", "")
625
  task_id = question_data.get("task_id", "")
626
- print("data",question_data)
627
 
628
  try:
629
  file_path = self.download_gaia_file(task_id)
 
278
  )
279
  result = "\n".join(formatted)
280
  results.append(f"**Web Search Results:**\n{result}")
 
281
  except Exception as e:
282
  results.append(f"**Search failed**: {str(e)}")
283
  return "\n\n".join(results)
 
622
  async def solve_gaia_question(self, question_data: Dict[str, Any]) -> str:
623
  question = question_data.get("Question", "")
624
  task_id = question_data.get("task_id", "")
 
625
 
626
  try:
627
  file_path = self.download_gaia_file(task_id)