File size: 206 Bytes
0ef0b85
 
 
 
 
1
2
3
4
5
6
from langchain_community.tools import DuckDuckGoSearchRun

search_tool = DuckDuckGoSearchRun()
# results = search_tool.invoke("Who's the current President of France? Give a short answer.")
# print(results)