Skip to content

Commit

Permalink
fix: update realtimeWeather plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 19, 2023
1 parent aa04ad6 commit bf7b4c2
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions plugins/realtimeWeather.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
{
"schemaVersion": "v1",
"name": "realtimeWeather",
"createAt": "2023-08-12",
"homepage": "https://github.com/DingoBite/weight_gradient",
"homepage": "https://github.com/lobehub/chat-plugin-real-time-weather",
"meta": {
"avatar": "☂️",
"tags": ["weather"]
},
"name": "realtimeWeather",
"runtime": {
"endpoint": "https://realtime-weather.chat-plugin.lobehub.com/api/v1",
"render": ""
"tags": [
"weather",
"realtime"
]
},
"schema": {
"description": "获取当前天气情况",
"name": "realtimeWeather",
"parameters": {
"properties": {
"city": {
"description": "城市名称",
"type": "string"
}
},
"required": ["city"],
"type": "object"
}
}
"manifest": "https://realtime-weather.chat-plugin.lobehub.com/manifest.json"
}

0 comments on commit bf7b4c2

Please sign in to comment.