ai_workflows / app /workflows /tools /search_web.py
theRealNG's picture
restructure the codebase
1f39bb8
raw
history blame contribute delete
122 Bytes
from langchain_community.tools.tavily_search import TavilySearchResults
search_tool = TavilySearchResults(max_results=5)