abtsousa
Add langchain-tavily dependency and implement TavilySearch tool
538782c
raw
history blame
138 Bytes
from langchain_core.tools import tool
from langchain_tavily import TavilySearch
web_search = TavilySearch(max_results=3, topic="general")