dgl1797's picture
react agent
31616e2
raw
history blame contribute delete
190 Bytes
from langchain_core.tools import tool
from langchain_community.tools import DuckDuckGoSearchRun
duckduckgo_search = DuckDuckGoSearchRun()
TOOLMAP = {"duckduckgo_search": duckduckgo_search}