Hugalino commited on
Commit
4ad2468
·
verified ·
1 Parent(s): 4c2e1ee

Create tools.py

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