Update agent.py
Browse files
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 |
-
|
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 |
]
|