Ubik80 commited on
Commit
469630e
·
verified ·
1 Parent(s): 98ab0ca

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +4 -0
tools.py CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from smolagents import DuckDuckGoSearchTool
2
+
3
+ # Initialize the DuckDuckGo search tool
4
+ search_tool = DuckDuckGoSearchTool()