google-web-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Google Web Search

Google网页搜索

Available Tools

可用工具

  • google_web_search(query, include_images?): Search the web using Google Custom Search. Returns results with titles, snippets, links, and optional image results.
    • query
      (string, required): Search query
    • include_images
      (boolean, optional, default: true): Include image results alongside web results
  • google_web_search(query, include_images?): 使用Google自定义搜索检索网页,返回包含标题、摘要、链接的结果,可选返回图片结果。
    • query
      (字符串,必填):搜索关键词
    • include_images
      (布尔值,选填,默认值:true):在网页结果旁附带返回图片结果

Usage Guidelines

使用指南

  • Formulate clear, specific search queries for best results.
  • Use quotes for exact phrase matching (e.g.,
    "machine learning" best practices 2025
    ).
  • For comprehensive research, perform multiple targeted searches rather than one broad query.
  • Image results are included by default. Set
    include_images=false
    for text-only searches.
  • 构造清晰、具体的搜索关键词可获得最佳结果。
  • 对需要精确匹配的短语使用引号包裹(例如:
    "machine learning" best practices 2025
    )。
  • 如需全面调研,请执行多次定向搜索,而非使用一个宽泛的关键词搜索。
  • 默认包含图片结果。设置
    include_images=false
    可仅搜索文本内容。

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。
  • 请勿对你自己的推理或常识内容进行引用标注。
  • 如果搜索结果不包含相关信息,请告知用户,请勿猜测。
  • 使用最少必要数量的引用来支撑声明。