tavily-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Tavily AI Search

Tavily AI 搜索

Available Tools

可用工具

  • tavily_search(query, search_depth?, topic?): AI-powered web search that returns relevant, summarized results.
    • query
      (string, required): Search query
    • search_depth
      (string, optional, default: "basic"): "basic" for quick lookups, "advanced" for comprehensive research
    • topic
      (string, optional, default: "general"): "general", "news", or "research"
  • tavily_extract(urls, extract_depth?): Extract clean, readable content from one or more web URLs.
    • urls
      (string, required): Comma-separated URLs to extract content from
    • extract_depth
      (string, optional, default: "basic"): "basic" or "advanced"
  • tavily_search(query, search_depth?, topic?):基于AI的网页搜索,返回相关的摘要结果。
    • query
      (字符串,必填):搜索查询词
    • search_depth
      (字符串,可选,默认值:"basic"):"basic"用于快速查询,"advanced"用于全面研究
    • topic
      (字符串,可选,默认值:"general"):"general"(通用)、"news"(新闻)或"research"(研究)
  • tavily_extract(urls, extract_depth?):从一个或多个网页URL中提取清晰、易读的内容。
    • urls
      (字符串,必填):以逗号分隔的待提取内容的URL列表
    • extract_depth
      (字符串,可选,默认值:"basic"):"basic"(基础)或"advanced"(高级)

Usage Guidelines

使用指南

  • Use
    tavily_search
    for research queries that benefit from AI-curated results.
  • Set
    search_depth
    to "advanced" for comprehensive research, "basic" for quick lookups.
  • Set
    topic
    to "news" for recent events, "research" for academic/technical topics.
  • Use
    tavily_extract
    to get full page content from specific URLs found in search results.
  • Tavily excels at recent information and news — prefer it for time-sensitive queries.
  • 当研究查询需要AI整理的结果时,使用
    tavily_search
  • 若需全面研究,将
    search_depth
    设为"advanced";快速查询则设为"basic"。
  • 针对近期事件,将
    topic
    设为"news";学术/技术主题设为"research"。
  • 使用
    tavily_extract
    从搜索结果中找到的特定URL获取完整页面内容。
  • Tavily在最新资讯和新闻方面表现出色——对于时效性强的查询,优先使用它。

Citation Format

引用格式

When presenting information from search results, wrap every specific claim in
<cite>
tags:
<cite source="SOURCE_TITLE" url="URL">claim text</cite>
Rules:
  • Cite factual claims, statistics, quotes, and specific information from search results.
  • The
    source
    attribute should contain the title or name of the source.
  • The
    url
    attribute should contain the source URL when available.
  • 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。
  • 请勿引用你自己的推理或常识。
  • 如果搜索结果中没有相关信息,请告知用户,而非猜测。
  • 使用最少数量的引用来支撑论断。