Spaces:
Sleeping
Sleeping
| 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) | |