docs: clarify adaptive thinking and openai websocket docs

This commit is contained in:
Peter Steinberger
2026-03-02 05:16:09 +00:00
parent e1e715c53d
commit bc0288bcfb
4 changed files with 25 additions and 8 deletions

View File

@@ -874,6 +874,7 @@ Your configured aliases always win over defaults.
Z.AI GLM-4.x models automatically enable thinking mode unless you set `--thinking off` or define `agents.defaults.models["zai/<model>"].params.thinking` yourself.
Z.AI models enable `tool_stream` by default for tool call streaming. Set `agents.defaults.models["zai/<model>"].params.tool_stream` to `false` to disable it.
Anthropic Claude 4.6 models default to `adaptive` thinking when no explicit thinking level is set.
### `agents.defaults.cliBackends`