fix: tool call history (#4576)

This commit is contained in:
Archer
2025-04-17 14:53:38 +08:00
committed by GitHub
parent 703a7cfd78
commit 5542eadb2d
4 changed files with 112 additions and 57 deletions

View File

@@ -18,7 +18,7 @@ weight: 794
2. 支持以 MCP SSE 协议创建工具。
3. 批量执行节点支持交互节点,可实现每一轮循环都人工参与。
4. 增加工作台二级菜单,合并工具箱。
5. 增加 grok3、GPT4.1、Gemini2.5 模型系统配置。
5. 增加 grok3、GPT4.1、o系列、Gemini2.5 模型系统配置。
## ⚙️ 优化
@@ -32,4 +32,5 @@ weight: 794
## 🐛 修复
1. 修复子工作流包含交互节点时,未成功恢复子工作流所有数据。
2. completion v1 接口,未接受 interactive 参数,导致 API 调用失败。
2. completion v1 接口,未接受 interactive 参数,导致 API 调用失败。
3. 连续工具调用,上下文截断异常