Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
f7942655
authored
Dec 26, 2024
by
齐
Committed by
GitHub
Dec 26, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix typo (#3471)
parent
108e1b92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docSite/content/zh-cn/docs/guide/workbench/intro.md
+1
-1
docSite/content/zh-cn/docs/guide/workbench/workflow/tool.md
+1
-1
No files found.
docSite/content/zh-cn/docs/guide/workbench/intro.md
View file @
f7942655
...
...
@@ -45,7 +45,7 @@ FastGPT 从 V4 版本开始采用新的交互方式来构建 AI 应用。使用
## 重点 - 工作流是如何运行的
FastGPT的工作流从【流程开始】节点开始执行,可以理解为从用户输入问题开始,没有
**固定的出口**
,是以节点运行结束作为出口,如果在一个轮调用中,所有节点都不再
允许
,则工作流结束。
FastGPT的工作流从【流程开始】节点开始执行,可以理解为从用户输入问题开始,没有
**固定的出口**
,是以节点运行结束作为出口,如果在一个轮调用中,所有节点都不再
运行
,则工作流结束。
下面我们来看下,工作流是如何运行的,以及每个节点何时被触发执行。
...
...
docSite/content/zh-cn/docs/guide/workbench/workflow/tool.md
View file @
f7942655
...
...
@@ -58,7 +58,7 @@ weight: 236
#### 用途
默认
清空
下,工具调用节点,在决定调用工具后,会将工具运行的结果,返回给AI,让 AI 对工具运行的结果进行总结输出。有时候,如果你不需要 AI 进行进一步的总结输出,可以使用该节点,将其接入对于工具流程的末尾。
默认
情况
下,工具调用节点,在决定调用工具后,会将工具运行的结果,返回给AI,让 AI 对工具运行的结果进行总结输出。有时候,如果你不需要 AI 进行进一步的总结输出,可以使用该节点,将其接入对于工具流程的末尾。
如下图,在执行知识库搜索后,发送给了 HTTP 请求,搜索将不会返回搜索的结果给工具调用进行 AI 总结。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment