Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/4913.md
Archer af3221fa47 Fix some bug (#5048)
* 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
2025-06-17 16:10:01 +08:00

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

🚀 新增内容

⚙️ 优化

  1. 所有 NodeId 调整随机值生成,避免首字母数字开头。
  2. 知识库集合搜索,支持嵌套搜索。

🐛 修复

  1. 对话日志,日期范围选择问题。
  2. API 调用时,传入的 system 提示词可能会重复。
  3. AI 对话/工具调用,未选择文件链接时,也会从历史记录读取文件。