Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: amap_poi_search
|
||||
desc: 搜索指定城市内的POI地点(餐饮、酒店、景点、商场、加油站、银行等)。返回名称和地址。用于"附近有什么好吃的""北京有什么景点"等问题
|
||||
type: http
|
||||
tool: amap
|
||||
command: poi_search
|
||||
path: /target/release/amap
|
||||
risk_level: low
|
||||
timeout_secs: 15
|
||||
env:
|
||||
- AMAP_KEY
|
||||
params:
|
||||
- name: keywords
|
||||
required: true
|
||||
desc: 搜索关键词,如"咖啡厅"、"银行"、"加油站"。支持POI类型名称
|
||||
- name: city
|
||||
required: false
|
||||
desc: 城市名称,限定搜索范围。不填则在当前城市搜索
|
||||
- name: radius
|
||||
required: false
|
||||
desc: 搜索半径(米),如 500、1000、3000。默认 1000 米
|
||||
Reference in New Issue
Block a user