mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-08 01:08:43 +08:00
fix: http tool schema (#6768)
* fix: http tool schema * perf: del dataset * perf: review * add test
This commit is contained in:
@@ -9,12 +9,13 @@ description: 'FastGPT V4.14.10 更新说明'
|
||||
|
||||
以下针对的是 `docker compose` 部署方案的配置调整,使用`sealos`的商业版用户,可私信支持人员,提供在线的沙盒服务方案。
|
||||
|
||||
打开[最新 yml 部署文件](https://github.com/labring/FastGPT/blob/main/deploy/docker/cn/docker-compose.pg.yml),调整以下内容:
|
||||
参考[最新 yml 部署文件](https://github.com/labring/FastGPT/blob/main/deploy/docker/cn/docker-compose.pg.yml),调整本地 yml 文件,加入以下内容:
|
||||
|
||||
1. 在文件顶部增加 `x-volume-manager-auth-token: &x-volume-manager-auth-token 'vmtoken'` 变量配置。
|
||||
2. 增加 3 组 services: `opensandbox-server`,`volume-manager`,`agent-sandbox-image`
|
||||
3. 增加 `configs`, 文件底部可找到该内容,直接复制添加。
|
||||
4. 修改 `fastgpt-app`/`fastgpt-pro` 环境变量, 增加以下变量:
|
||||
2. 增加 5 组 services: `opensandbox-server`,`opensandbox-agent-sandbox-image`,`opensandbox-execd-image`,`opensandbox-egress-image`,`fastgpt-volume-manager`
|
||||
3. 调整 `networks`,可参考最新的 yml 完全修改。
|
||||
4. 增加 `configs`配置, 文件底部可找到该内容,直接复制添加。
|
||||
5. 修改 `fastgpt-app`/`fastgpt-pro` 环境变量, 增加以下变量:
|
||||
|
||||
```bash
|
||||
# ==================== Agent sandbox 配置 ====================
|
||||
@@ -25,6 +26,7 @@ AGENT_SANDBOX_OPENSANDBOX_API_KEY:
|
||||
AGENT_SANDBOX_OPENSANDBOX_RUNTIME: docker
|
||||
AGENT_SANDBOX_OPENSANDBOX_IMAGE_REPO: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox
|
||||
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG: v0.1
|
||||
AGENT_SANDBOX_OPENSANDBOX_USE_SERVER_PROXY: true
|
||||
# Volume 持久化配置(opensandbox provider 下可选)
|
||||
AGENT_SANDBOX_ENABLE_VOLUME: true
|
||||
AGENT_SANDBOX_VOLUME_MANAGER_URL: http://volume-manager:3000
|
||||
@@ -39,7 +41,7 @@ AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token
|
||||
|
||||
### 3. 更新镜像 tag
|
||||
|
||||
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.2
|
||||
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.4
|
||||
- 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
|
||||
- 更新 code-sandbox 镜像 tag: v4.14.10
|
||||
- 更新 fastgpt-plugin 镜像 tag: v0.5.6
|
||||
|
||||
@@ -39,4 +39,4 @@ description: 'FastGPT V4.14.11 更新说明'
|
||||
8. 工作流代码运行节点,AI 生成代码后,会讲输出值的 id 全部替换,优化成相同 key 的 id 不替换。
|
||||
9. 工作流中,父级节点受到辅助线自动对齐时候,其子节点位置会偏移。
|
||||
10. 评估列表权限过滤未覆盖继承权限。
|
||||
11. MCP 工具 raw schema 未成功保存,导致工具调用时候,schema 不准确。
|
||||
11. MCP 工具和 Http 工具 raw schema 未成功保存,导致工具调用时候,schema 不准确。
|
||||
Reference in New Issue
Block a user