RamezCh commited on
Commit
70ac305
·
verified ·
1 Parent(s): c76bc05

Create tools.py

Browse files
Files changed (1) hide show
  1. tools.py +3 -0
tools.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from langchain_community.tools import DuckDuckGoSearchRun
2
+
3
+ search_tool = DuckDuckGoSearchRun()