fix: plugin select files and ai response check (#3104)

* fix: plugin select files and ai response check

* perf: text editor selector;tool call tip;remove invalid image url;

* perf: select file

* perf: drop files
This commit is contained in:
Archer
2024-11-09 14:43:15 +08:00
committed by GitHub
parent d58cf44778
commit 0d658c0114
28 changed files with 171 additions and 87 deletions

View File

@@ -14,10 +14,12 @@ weight: 811
3. 新增 - 对话记录增加时间显示。
4. 新增 - 工作流校验错误时,跳转至错误节点。
5. 新增 - 循环节点增加下标值。
6. 优化 - 知识库上传文件,优化报错提示
7. 优化 - 全文检索语句,减少一轮查询
8. 优化 - 修改 findLast 为 [...array].reverse().find适配旧版浏览器
9. 优化 - Markdown 组件自动空格,避免分割 url 中的中文
10. 优化 - 工作流上下文拆分,性能优化
11. 修复 - Dockerfile pnpm install 支持代理
12. 修复 - BI 图表生成无法写入文件。
6. 新增 - 部分对话错误提醒增加翻译
7. 优化 - 合并多个 system 提示词成 1 个,避免部分模型不支持多个 system 提示词
8. 优化 - 知识库上传文件,优化报错提示
9. 优化 - 全文检索语句,减少一轮查询
10. 优化 - 修改 findLast 为 [...array].reverse().find适配旧版浏览器
11. 优化 - Markdown 组件自动空格,避免分割 url 中的中文
12. 优化 - 工作流上下文拆分,性能优化。
13. 修复 - Dockerfile pnpm install 支持代理。
14. 修复 - BI 图表生成无法写入文件。