Coool2 commited on
Commit
54d2e6f
·
verified ·
1 Parent(s): dc3e5a5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -594,7 +594,7 @@ class EnhancedGAIAAgent:
594
  # Initialize only the tools that are actually defined in the file
595
  self.available_tools = [
596
  extract_url_tool,
597
- process_docs_urls_tool,
598
  code_execution_tool,
599
  generate_code_tool,
600
  ]
 
594
  # Initialize only the tools that are actually defined in the file
595
  self.available_tools = [
596
  extract_url_tool,
597
+ information_retrieval_tool,
598
  code_execution_tool,
599
  generate_code_tool,
600
  ]