optionEdge commited on
Commit
af9ad40
·
verified ·
1 Parent(s): e5899de

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
  FinalAnswerTool,
9
  DuckDuckGoSearchTool,
10
  GoogleSearchTool,
11
- VistWebPageTool
12
 
13
  )
14
 
 
8
  FinalAnswerTool,
9
  DuckDuckGoSearchTool,
10
  GoogleSearchTool,
11
+ VisitWebPageTool
12
 
13
  )
14