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