mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-19 02:29:29 +00:00

* fix: chat log time range * fix: repeat system prompt * perf: nanoid random * fix: get files from histories * fix: ts * ts config * perf: search dataset collection
513 B
513 B
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.9.13(进行中) | FastGPT V4.9.13 更新说明 | upgrade | false | true | 787 |
🚀 新增内容
⚙️ 优化
- 所有 NodeId 调整随机值生成,避免首字母数字开头。
- 知识库集合搜索,支持嵌套搜索。
🐛 修复
- 对话日志,日期范围选择问题。
- API 调用时,传入的 system 提示词可能会重复。
- AI 对话/工具调用,未选择文件链接时,也会从历史记录读取文件。