mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 08:01:18 +00:00
fix: loop interactive (#5714)
* fix: loop interactive * add buffer time
This commit is contained in:
@@ -108,6 +108,7 @@ description: FastGPT 文档目录
|
||||
- [/docs/upgrading/4-12/4123](/docs/upgrading/4-12/4123)
|
||||
- [/docs/upgrading/4-12/4124](/docs/upgrading/4-12/4124)
|
||||
- [/docs/upgrading/4-13/4130](/docs/upgrading/4-13/4130)
|
||||
- [/docs/upgrading/4-13/4131](/docs/upgrading/4-13/4131)
|
||||
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
|
||||
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
|
||||
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)
|
||||
|
19
document/content/docs/upgrading/4-13/4131.mdx
Normal file
19
document/content/docs/upgrading/4-13/4131.mdx
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: 'V4.13.1(进行中)'
|
||||
description: 'FastGPT V4.13.1 更新说明'
|
||||
---
|
||||
|
||||
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. 循环节点中,每轮结束,未清除上一轮交互响应值。
|
||||
|
||||
## 🔨 插件更新
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "4.13.x",
|
||||
"description": "",
|
||||
"pages": ["4130"]
|
||||
"pages": ["4131", "4130"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user