feat(provider): add cross_session_call_id toggle and docs

This commit is contained in:
lpf
2026-03-03 11:26:53 +08:00
parent bd93c12edc
commit 75abdcdf07
7 changed files with 55 additions and 10 deletions

View File

@@ -239,6 +239,12 @@ clawgo uninstall [--purge] [--remove-bin]
- 严格 JSON 解析(未知字段会报错)
- 配置热更新失败自动回滚备份
Provider`providers.proxy` / `providers.proxies.<name>`)新增开关:
- `cross_session_call_id`bool默认 `false`
- `true`:沿用 `call_id``function_call_output`
- `false`:不传 `call_id`,改为传递 tool 结果内容(适合跨会话/聚合路由场景)
---
## 稳定性与审计建议