Integrates Tavily's search API with LLMs to provide advanced web search capabilities, including intelligent result summaries, domain filtering for quality control, and configurable search parameters.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search the web using Tavily Search API, optimized for high-quality, factual results. Parameters: query (string, required), search_depth (string, optional), topic (string, optional), days (number, optional), time_range (string, optional), max_results (number, optional), include_answer (boolean, optional), include_images (boolean, optional), include_image_descriptions (boolean, optional), include_raw_content (boolean, optional), include_domains (string[], optional), exclude_domains (string[], optional), response_format (string, optional), cache_ttl (number, optional), force_refresh (boolean, optional)
Generate context for RAG applications using Tavily search. Parameters: query (string, required), max_tokens (number, optional), search_depth (string, optional), topic (string, optional), other parameters same as tavily_search
Get direct answers to questions using Tavily search. Parameters: query (string, required), include_sources (boolean, optional), search_depth (string, optional), topic (string, optional), other parameters same as tavily_search