Omniverse
Back to Discovery
🌈

实时天气

@LobeHub
获取实时天气信息

Tool Parameters

🌈
获取当前天气情况
ParameterType
city
STRING

JSON Schema

json
[
  {
    "url": "https://realtime-weather.chat-plugin.lobehub.com/api/v1",
    "name": "fetchCurrentWeather",
    "description": "获取当前天气情况",
    "parameters": {
      "properties": {
        "city": {
          "description": "城市名称",
          "type": "string"
        }
      },
      "required": [
        "city"
      ],
      "type": "object"
    }
  }
]