agent-course-unit4 / tools.py
Antoine Honoré
add tools file
0ef0b85
raw
history blame contribute delete
206 Bytes
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)