Coool2 commited on
Commit
267684e
·
verified ·
1 Parent(s): 6d995e5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -564,10 +564,10 @@ class EnhancedGAIAAgent:
564
 
565
  # Initialize only the tools that are actually defined in the file
566
  self.available_tools = [
567
- extract_url_tool,
 
568
  code_execution_tool,
569
  generate_code_tool,
570
- process_docs_urls_tool
571
  ]
572
 
573
  # Create main coordinator using only defined tools
 
564
 
565
  # Initialize only the tools that are actually defined in the file
566
  self.available_tools = [
567
+ extract_url_tool,
568
+ process_docs_urls_tool,
569
  code_execution_tool,
570
  generate_code_tool,
 
571
  ]
572
 
573
  # Create main coordinator using only defined tools