mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-15 06:17:28 +08:00
feat(provider): add cross_session_call_id toggle and docs
This commit is contained in:
@@ -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 结果内容(适合跨会话/聚合路由场景)
|
||||
|
||||
---
|
||||
|
||||
## 稳定性与审计建议
|
||||
|
||||
Reference in New Issue
Block a user