mmichiels13 commited on
Commit
21861a0
·
verified ·
1 Parent(s): 82e1d7a

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -3
tools.py CHANGED
@@ -1,9 +1,7 @@
1
- from smolagents import DuckDuckGoSearchTool
2
  from smolagents import Tool
3
  import random
4
  from huggingface_hub import list_models
5
- from tools.final_answer import FinalAnswerTool
6
- from tools.visit_webpage import VisitWebpageTool
7
 
8
 
9
  # Initialize the DuckDuckGo search tool
 
1
+ from smolagents import DuckDuckGoSearchTool, VisitWebpageTool, FinalAnswerTool
2
  from smolagents import Tool
3
  import random
4
  from huggingface_hub import list_models
 
 
5
 
6
 
7
  # Initialize the DuckDuckGo search tool