Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: amap_reverse_geocode
|
||||
desc: 将经纬度坐标转换为详细文字地址。输入"经度,纬度"返回结构化地址。用于"这个坐标是哪里"等反向查询
|
||||
type: http
|
||||
tool: amap
|
||||
command: reverse_geocode
|
||||
path: /target/release/amap
|
||||
risk_level: low
|
||||
timeout_secs: 15
|
||||
env:
|
||||
- AMAP_KEY
|
||||
params:
|
||||
- name: location
|
||||
required: true
|
||||
desc: 经纬度坐标,格式为"经度,纬度",如"116.397,39.908"
|
||||
Reference in New Issue
Block a user