google search docs

This commit is contained in:
archer
2023-08-16 18:44:21 +08:00
parent 38e4a41cfd
commit 0455bdeace
2 changed files with 3 additions and 3 deletions

View File

@@ -440,7 +440,7 @@ Copy the following configuration, click the Import button in the upper right cor
] ]
``` ```
**Process Description** ## Process Description
1. The extraction module extracts the user's question into search keywords. 1. The extraction module extracts the user's question into search keywords.
2. The search keywords are passed to the HTTP module. 2. The search keywords are passed to the HTTP module.

View File

@@ -53,7 +53,7 @@ export default async function (ctx: FunctionContext) {
} }
``` ```
## 编排 ## 模块编排
复制下面配置,点击高级编排右上角的导入按键,导入该配置,导入后将接口地址复制到 【HTTP 模块】。 复制下面配置,点击高级编排右上角的导入按键,导入该配置,导入后将接口地址复制到 【HTTP 模块】。
@@ -441,7 +441,7 @@ export default async function (ctx: FunctionContext) {
] ]
``` ```
**流程说明** ## 流程说明
1. 提取模块将用户的问题提取成搜索关键词 1. 提取模块将用户的问题提取成搜索关键词
2. 将搜索关键词传入 HTTP 模块 2. 将搜索关键词传入 HTTP 模块