feat: sandbox support str to base64 function;feat: compiance text ui (#2702)

* feat: sandbox strToBase64 function

* feat: compiance text ui
This commit is contained in:
Archer
2024-09-13 17:54:22 +08:00
committed by GitHub
parent 9de8849193
commit 092bb9ab17
7 changed files with 21 additions and 21 deletions

View File

@@ -18,7 +18,8 @@ weight: 813
1.
2. 新增 - 聊天记录滚动加载,不再只加载 30 条。
3. 新增 - 工作流增加触摸板优先模式。
4. 优化 - 工作流嵌套层级限制 20 层,避免因编排不合理导致的无限死循环
4. 新增 - 沙盒增加字符串转 base64 全局方法
5. 优化 - 工作流嵌套层级限制 20 层,避免因编排不合理导致的无限死循环。
5. 优化 - 工作流 handler 性能优化。
6. 优化 - 工作流快捷键,避免调试测试时也会触发。
7. 优化 - 流输出,切换 tab 时仍可以继续输出。