diff --git a/docSite/docs/flow-modules/examples/web_search_google.md b/docSite/docs/flow-modules/examples/web_search_google.md index 07054ea0c..c1f2789a8 100644 --- a/docSite/docs/flow-modules/examples/web_search_google.md +++ b/docSite/docs/flow-modules/examples/web_search_google.md @@ -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. 2. The search keywords are passed to the HTTP module. diff --git a/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/examples/web_search_google.md b/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/examples/web_search_google.md index d058b6eb2..0b51e6dbb 100644 --- a/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/examples/web_search_google.md +++ b/docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/examples/web_search_google.md @@ -53,7 +53,7 @@ export default async function (ctx: FunctionContext) { } ``` -## 编排 +## 模块编排 复制下面配置,点击高级编排右上角的导入按键,导入该配置,导入后将接口地址复制到 【HTTP 模块】。 @@ -441,7 +441,7 @@ export default async function (ctx: FunctionContext) { ] ``` -**流程说明** +## 流程说明 1. 提取模块将用户的问题提取成搜索关键词 2. 将搜索关键词传入 HTTP 模块