setup / tools /search_web.py
AnanthulaShravya's picture
Rename search_web.py to tools/search_web.py
e0143e8 verified
raw
history blame contribute delete
122 Bytes
from langchain_community.tools.tavily_search import TavilySearchResults
search_tool = TavilySearchResults(max_results=5)