File size: 190 Bytes
6065fb1
31616e2
6065fb1
31616e2
6065fb1
31616e2
1
2
3
4
5
6
from langchain_core.tools import tool
from langchain_community.tools import DuckDuckGoSearchRun

duckduckgo_search = DuckDuckGoSearchRun()

TOOLMAP = {"duckduckgo_search": duckduckgo_search}