update mcp doc (#4572)

This commit is contained in:
Archer
2025-04-17 12:24:59 +08:00
committed by GitHub
parent 4fad9c6025
commit 853a75c9bc
146 changed files with 115 additions and 12 deletions

View File

@@ -0,0 +1,26 @@
---
title: "指定回复"
description: "FastGPT 指定回复模块介绍"
icon: "reply"
draft: false
toc: true
weight: 248
---
## 特点
- 可重复添加(防止复杂编排时线太乱,重复添加可以更美观)
- 可手动输入
- 可外部输入
- 会输出结果给客户端
指定回复模块通常用户特殊状态回复,回复内容有两种:
1. 一种是手动输入固定内容。
2. 一种是通过变量引用。
{{< figure
src="/imgs/specialreply.png"
alt=""
caption="图 1"
>}}