Omniverse
Back to Discovery
🚀

Bing_Websuche

@FineHow
Suche nach Informationen aus dem Internet basierend auf der BingApi

Tool Parameters

🚀
基于bing搜索引擎的互联网搜索
ParameterType
query
STRING

JSON Schema

json
[
  {
    "name": "Bingsearch",
    "url": "https://bingsearch-plugin.vercel.app/api/v2",
    "description": "基于bing搜索引擎的互联网搜索",
    "parameters": {
      "properties": {
        "query": {
          "description": "搜索的文本内容",
          "type": "string"
        }
      },
      "required": [
        "query"
      ],
      "type": "object"
    }
  }
]