web_search_bing
Search the web using Bing. Specify a query and optional result count to retrieve a list of titles, URLs, and summaries.
Instructions
使用 Bing 搜索引擎执行网络搜索。输入:query(搜索关键词)和 num(返回结果数量,默认10)。返回:包含标题、URL和摘要的搜索结果列表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索关键词 | |
| num | No | 返回结果数量(默认10,最大50) | |
| useInternational | No | 是否使用 Bing 国际版(默认 false,使用中文版) |