optionEdge commited on
Commit
142b5ba
·
verified ·
1 Parent(s): 990d87b

Update BasicAgent.py

Browse files
Files changed (1) hide show
  1. BasicAgent.py +1 -1
BasicAgent.py CHANGED
@@ -8,7 +8,7 @@ from smolagents import (
8
  PythonInterpreterTool,
9
  FinalAnswerTool,
10
  DuckDuckGoSearchTool,
11
- GoogleSearchTool,
12
  )
13
 
14
  #*
 
8
  PythonInterpreterTool,
9
  FinalAnswerTool,
10
  DuckDuckGoSearchTool,
11
+ GoogleSearchTool
12
  )
13
 
14
  #*