Zeros66 commited on
Commit
2942993
·
verified ·
1 Parent(s): 64a154c

Update core_agent.py

Browse files
Files changed (1) hide show
  1. core_agent.py +2 -2
core_agent.py CHANGED
@@ -1,6 +1,6 @@
1
  from smolagents import (
2
  CodeAgent,
3
- DuckDuckGoSearchTool,
4
  HfApiModel,
5
  LiteLLMModel,
6
  OpenAIServerModel,
@@ -227,7 +227,7 @@ class GAIAAgent:
227
 
228
  # Initialize default tools
229
  self.tools = [
230
- DuckDuckGoSearchTool(),
231
  PythonInterpreterTool(),
232
  save_and_read_file,
233
  download_file_from_url,
 
1
  from smolagents import (
2
  CodeAgent,
3
+ GoogleSearchTool,
4
  HfApiModel,
5
  LiteLLMModel,
6
  OpenAIServerModel,
 
227
 
228
  # Initialize default tools
229
  self.tools = [
230
+ GoogleSearchTool(),
231
  PythonInterpreterTool(),
232
  save_and_read_file,
233
  download_file_from_url,