Commit 0455bdea by archer

google search docs

parent 38e4a41c
...@@ -440,7 +440,7 @@ Copy the following configuration, click the Import button in the upper right cor ...@@ -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.
......
...@@ -53,7 +53,7 @@ export default async function (ctx: FunctionContext) { ...@@ -53,7 +53,7 @@ export default async function (ctx: FunctionContext) {
} }
``` ```
## 编排 ## 模块编排
复制下面配置,点击高级编排右上角的导入按键,导入该配置,导入后将接口地址复制到 【HTTP 模块】。 复制下面配置,点击高级编排右上角的导入按键,导入该配置,导入后将接口地址复制到 【HTTP 模块】。
...@@ -441,7 +441,7 @@ export default async function (ctx: FunctionContext) { ...@@ -441,7 +441,7 @@ export default async function (ctx: FunctionContext) {
] ]
``` ```
**流程说明** ## 流程说明
1. 提取模块将用户的问题提取成搜索关键词 1. 提取模块将用户的问题提取成搜索关键词
2. 将搜索关键词传入 HTTP 模块 2. 将搜索关键词传入 HTTP 模块
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment