Add workflow rename; Fix: userselect chatId unrefresh (#2672)

* feat: workflow node support rename

* perf: push data to training queue

* fix: userselect chatId unrefresh
This commit is contained in:
Archer
2024-09-11 15:27:47 +08:00
committed by GitHub
parent 11cbcca2d4
commit 02bf400bf3
14 changed files with 144 additions and 188 deletions

View File

@@ -25,3 +25,4 @@ weight: 813
8. 优化 - 工作流嵌套层级限制 20 层,避免因编排不合理导致的无限死循环。
9. 优化 - 工作流 handler 性能优化。
10. 修复 - 知识库选择权限问题。
11. 修复 - 空 chatId 发起对话,首轮携带用户选择时会异常。