Skip to content

Commit 440e2ba

Browse files
MCP node and internal function style
* feat: function * feat: MCP node and internal function style
1 parent f193166 commit 440e2ba

27 files changed

+240
-199
lines changed

ui/src/assets/fx/bochaai/detail.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 概述
2+
3+
博查工具是一个支持自然语言搜索的 Web Search API,从近百亿网页和生态内容源中搜索高质量世界知识,包括新闻、图片、视频、百科、机酒、学术等.
4+
5+
6+
## 配置
7+
8+
1. 获取API Key 
9+
[博查开放平台](https://open.bochaai.com/overview) 上申请 API 密钥。
10+
![API Key](/src/assets/fx/img/bocha_APIKey.jpg)
11+
1. 在函数库中配置
12+
在函数库的博查函数面板中,点击 … > 启用参数,填写 API 密钥,并启用博查函数。
13+
![启动参数](/src/assets/fx/img/bocha_setting.jpg)
14+
1. 在应用中使用
15+
在高级编排应用中,点击添加组件->函数库->博查,设置使用参数。
16+
![应用中使用](/src/assets/fx/img/bocha_app_used.jpg)

ui/src/assets/fx/bochaai/index.vue

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## 概述
2+
3+
Google 搜索工具是一个实时 API,可提取搜索引擎结果,提供来自 Google 的结构化数据。它支持各种搜索类型,包括 Web、图像、新闻和地图。
4+
5+
## 配置
6+
7+
1. 创建 Google Custom Search Engine
8+
[Programmable Search Engine]https://programmablesearchengine.google.com/)中 添加 Search Engine
9+
![google 创建引擎](/src/assets/fx/img/google_AddSearchEngine.jpg)
10+
2. 获取cx参数
11+
进入添加引擎,在【基本】菜单中获取搜索引擎的ID,即cx。
12+
![google cx ](/src/assets/fx/img/google_cx.jpg)
13+
3.获取 API Key
14+
打开 https://developers.google.com/custom-search/v1/overview?hl=zh-cn,获取API Key。
15+
![google API Key](/src/assets/fx/img/google_APIKey.jpg)
16+
17+
4. 配置启动参数
18+
在Google搜索函数的启动参数中填写配置以上参数。
19+
![启动参数](/src/assets/fx/img/google_setting.jpg)
20+
21+
5. 在应用中使用
22+
在高级编排应用中,点击添加组件->函数库->博查,设置使用参数。
23+
![应用中使用](/src/assets/fx/img/google_app_used.jpg)

ui/src/assets/fx/google_search/index.vue

Lines changed: 0 additions & 29 deletions
This file was deleted.
236 KB
Loading
554 KB
Loading
240 KB
Loading
399 KB
Loading
176 KB
Loading
587 KB
Loading

0 commit comments

Comments
 (0)