feat: add system tools and state updates

This commit is contained in:
Xin Wang
2026-08-04 15:27:39 +08:00
parent 5bf5987fe4
commit 731a372df9
33 changed files with 1787 additions and 124 deletions

View File

@@ -26,6 +26,7 @@ icon: bot
## 工具与历史
- 可复用工具支持结束通话和 HTTP 请求两种类型
- 可复用工具分为 System、HTTP、Client 和 MCP结束对话属于 System 类别
- HTTP 工具的 URL、请求头、参数和密钥独立管理。
- Prompt 助手和 Workflow Agent 节点可开启内置系统工具结束对话、更新状态、跳过本轮、请求人工接管Workflow 还提供确定性的 Update State 节点。
- 历史记录保留会话、通道、运行模式及消息序列,便于排查对话。