Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: amap_map_link
|
||||
desc: 生成高德地图可视化链接。输入中心点坐标返回可分享的地图标记链接。用于"把这个位置发给我"等需要可视化展示的场景
|
||||
type: http
|
||||
tool: amap
|
||||
command: map_link
|
||||
path: /target/release/amap
|
||||
risk_level: low
|
||||
timeout_secs: 15
|
||||
env:
|
||||
- AMAP_KEY
|
||||
params:
|
||||
- name: center
|
||||
required: false
|
||||
desc: 地图中心点经纬度坐标,格式"经度,纬度",默认天安门坐标
|
||||
Reference in New Issue
Block a user