Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: web_search
|
||||
desc: 联网搜索互联网最新信息。支持 AI 摘要,返回标题、URL和内容摘要。用于查询实时资讯、最新事实、热点新闻等。需要 TAVILY_API_KEY
|
||||
type: http
|
||||
tool: web_search
|
||||
path: /target/release/web_search
|
||||
risk_level: low
|
||||
timeout_secs: 30
|
||||
env:
|
||||
- TAVILY_API_KEY
|
||||
params:
|
||||
- name: query
|
||||
required: true
|
||||
desc: 搜索关键词,如"Rust 2024 edition 新特性"、"今天比特币价格"
|
||||
- name: max_results
|
||||
desc: 返回的最大搜索结果数量(1-20),默认5条
|
||||
Reference in New Issue
Block a user