File size: 129 Bytes
b24aefb
f9190e8
b24aefb
 
 
 
 
1
2
3
4
5
6
7
from langchain_community.tools import DuckDuckGoSearchResults

web_search = DuckDuckGoSearchResults()

tools = [
    web_search
]