mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-21 03:27:32 +08:00
refactor(responses): remove chat_completions and wire responses features end-to-end
This commit is contained in:
@@ -238,12 +238,8 @@ clawgo uninstall [--purge] [--remove-bin]
|
||||
- Supports `clawgo config set/get/check/reload`
|
||||
- Strict JSON parsing (unknown fields fail fast)
|
||||
- Auto rollback on failed hot reload
|
||||
- Provider interface is now `responses` only
|
||||
|
||||
New provider switch (`providers.proxy` / `providers.proxies.<name>`):
|
||||
|
||||
- `cross_session_call_id` (bool, default `false`)
|
||||
- `true`: keep using `call_id` with `function_call_output`
|
||||
- `false`: do not send `call_id`; pass tool results as plain content (recommended for cross-session/aggregator routing)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user