mirror of
https://github.com/labring/FastGPT.git
synced 2026-01-22 01:02:02 +08:00
V4.14.2 fearured (#5922)
* fix: chat agent template create (#5912) * doc * template market ui (#5917) * Compress tool (#5919) * Compress tool (#5914) * rename file * feat: agent call request * perf: Agent call (#5916) * fix: interactive in tool call * doc * fix: merge node response * fix: test * fix:修改 message 对话中的压缩提示词 (#5918) Co-authored-by: xxyyh <2289112474@qq> * perf: compress code * perf: agent call comment --------- Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com> Co-authored-by: xxyyh <2289112474@qq> * remove pr * feat: auto password * perf: app template cache * fix template market ui (#5921) --------- Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com> Co-authored-by: xxyyh <2289112474@qq>
This commit is contained in:
@@ -16,7 +16,7 @@ description: FastGPT OpenAPI 对话接口
|
||||
|
||||
{/* * 对话现在有`v1`和`v2`两个接口,可以按需使用,v2 自 4.9.4 版本新增,v1 接口同时不再维护 */}
|
||||
|
||||
## 请求简易应用和工作流
|
||||
## 请求对话 Agent 和工作流
|
||||
|
||||
`v1`对话接口兼容`GPT`的接口!如果你的项目使用的是标准的`GPT`官方接口,可以直接通过修改`BaseUrl`和 `Authorization`来访问 FastGpt 应用,不过需要注意下面几个规则:
|
||||
|
||||
|
||||
@@ -112,6 +112,7 @@ description: FastGPT 文档目录
|
||||
- [/docs/upgrading/4-13/4132](/docs/upgrading/4-13/4132)
|
||||
- [/docs/upgrading/4-14/4140](/docs/upgrading/4-14/4140)
|
||||
- [/docs/upgrading/4-14/4141](/docs/upgrading/4-14/4141)
|
||||
- [/docs/upgrading/4-14/4142](/docs/upgrading/4-14/4142)
|
||||
- [/docs/upgrading/4-8/40](/docs/upgrading/4-8/40)
|
||||
- [/docs/upgrading/4-8/41](/docs/upgrading/4-8/41)
|
||||
- [/docs/upgrading/4-8/42](/docs/upgrading/4-8/42)
|
||||
|
||||
20
document/content/docs/upgrading/4-14/4142.mdx
Normal file
20
document/content/docs/upgrading/4-14/4142.mdx
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: 'V4.14.2(进行中)'
|
||||
description: 'FastGPT V4.14.2 更新说明'
|
||||
---
|
||||
|
||||
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
1. 封装底层 Agent Call 方式,支持工具连续调用时上下文的压缩,以及单个工具长响应的压缩。
|
||||
2. 模板市场新 UI。
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 30 分钟模板市场缓存时长。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. 简易应用模板未正常转化。
|
||||
2. 工具调用中,包含两个以上连续用户选择时候,第二个用户选择异常。
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "4.14.x",
|
||||
"description": "",
|
||||
"pages": ["4141", "4140"]
|
||||
"pages": ["4142", "4141", "4140"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user