Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: weather_hourly
|
||||
desc: 查询指定城市未来24小时逐小时天气(温度、天气状况、风力、降水概率)。用于"今晚会下雨吗""下午几点最热"等精确时间天气问题
|
||||
type: http
|
||||
tool: weather
|
||||
command: hourly
|
||||
path: /target/release/weather
|
||||
risk_level: low
|
||||
timeout_secs: 10
|
||||
env:
|
||||
- QWEATHER_KEY
|
||||
params:
|
||||
- name: location
|
||||
required: true
|
||||
desc: 城市名称,如"北京"、"上海"、"合肥"。支持地级市和县级市
|
||||
Reference in New Issue
Block a user