mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00

* feat: tool call support interactive node * feat: interactive node tool response * fix: tool call concat * fix: llm history concat
567 B
567 B
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.8.12(进行中) | FastGPT V4.8.12 更新说明 | upgrade | false | true | 812 |
更新说明
- 新增 - 全局变量支持更多数据类型
- 新增 - FE_DOMAIN 环境变量,配置该环境变量后,上传文件/图片会补全后缀后得到完整地址。(可解决 docx 文件图片链接,有时会无法被模型识别问题)
- 新增 - 工具调用支持交互模式
- 修复 - 文件后缀判断,去除 query 影响。
- 修复 - AI 响应为空时,会造成 LLM 历史记录合并。