mmichiels13 commited on
Commit
36ee5a6
·
verified ·
1 Parent(s): a11c863

Update tools.py

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