tavily-search
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTavily AI Search
Tavily AI 搜索
Available Tools
可用工具
-
tavily_search(query, search_depth?, topic?): AI-powered web search that returns relevant, summarized results.
- (string, required): Search query
query - (string, optional, default: "basic"): "basic" for quick lookups, "advanced" for comprehensive research
search_depth - (string, optional, default: "general"): "general", "news", or "research"
topic
-
tavily_extract(urls, extract_depth?): Extract clean, readable content from one or more web URLs.
- (string, required): Comma-separated URLs to extract content from
urls - (string, optional, default: "basic"): "basic" or "advanced"
extract_depth
-
tavily_search(query, search_depth?, topic?):基于AI的网页搜索,返回相关的摘要结果。
- (字符串,必填):搜索查询词
query - (字符串,可选,默认值:"basic"):"basic"用于快速查询,"advanced"用于全面研究
search_depth - (字符串,可选,默认值:"general"):"general"(通用)、"news"(新闻)或"research"(研究)
topic
-
tavily_extract(urls, extract_depth?):从一个或多个网页URL中提取清晰、易读的内容。
- (字符串,必填):以逗号分隔的待提取内容的URL列表
urls - (字符串,可选,默认值:"basic"):"basic"(基础)或"advanced"(高级)
extract_depth
Usage Guidelines
使用指南
- Use for research queries that benefit from AI-curated results.
tavily_search - Set to "advanced" for comprehensive research, "basic" for quick lookups.
search_depth - Set to "news" for recent events, "research" for academic/technical topics.
topic - Use to get full page content from specific URLs found in search results.
tavily_extract - Tavily excels at recent information and news — prefer it for time-sensitive queries.
- 当研究查询需要AI整理的结果时,使用。
tavily_search - 若需全面研究,将设为"advanced";快速查询则设为"basic"。
search_depth - 针对近期事件,将设为"news";学术/技术主题设为"research"。
topic - 使用从搜索结果中找到的特定URL获取完整页面内容。
tavily_extract - Tavily在最新资讯和新闻方面表现出色——对于时效性强的查询,优先使用它。
Citation Format
引用格式
When presenting information from search results, wrap every specific claim in tags:
<cite><cite source="SOURCE_TITLE" url="URL">claim text</cite>Rules:
- Cite factual claims, statistics, quotes, and specific information from search results.
- The attribute should contain the title or name of the source.
source - The attribute should contain the source URL when available.
url - Do NOT cite your own reasoning or general knowledge.
- If search results don't contain relevant information, inform the user rather than guessing.
- Use the minimum number of citations necessary to support claims.
当展示来自搜索结果的信息时,需将每个具体论断包裹在标签中:
<cite><cite source="SOURCE_TITLE" url="URL">claim text</cite>规则:
- 引用事实论断、统计数据、引用内容以及来自搜索结果的特定信息。
- 属性应包含来源的标题或名称。
source - 当来源URL可用时,属性应包含该URL。
url - 请勿引用你自己的推理或常识。
- 如果搜索结果中没有相关信息,请告知用户,而非猜测。
- 使用最少数量的引用来支撑论断。