From 6589cc66b87f378895e38b2e9157b227b299c67a Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 22 Apr 2026 04:50:05 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@d4f91a354ec1abd4fad902ed53dd2ebe956ee361 --- .openclaw-sync/source.json | 4 ++-- docs/providers/ollama.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 275d78f93..f5e16f178 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "00da59124d6c0d4056efa787362715b43a4ab584", - "syncedAt": "2026-04-22T04:30:44.779Z" + "sha": "d4f91a354ec1abd4fad902ed53dd2ebe956ee361", + "syncedAt": "2026-04-22T04:50:04.851Z" } diff --git a/docs/providers/ollama.md b/docs/providers/ollama.md index 84d4fb701..ab3f6d35b 100644 --- a/docs/providers/ollama.md +++ b/docs/providers/ollama.md @@ -463,6 +463,8 @@ For the full setup and behavior details, see [Ollama Web Search](/tools/ollama-s OpenClaw's Ollama integration uses the **native Ollama API** (`/api/chat`) by default, which fully supports streaming and tool calling simultaneously. No special configuration is needed. + For native `/api/chat` requests, OpenClaw also forwards thinking control directly to Ollama: `/think off` and `openclaw agent --thinking off` send top-level `think: false`, while non-`off` thinking levels send `think: true`. + If you need to use the OpenAI-compatible endpoint, see the "Legacy OpenAI-compatible mode" section above. Streaming and tool calling may not work simultaneously in that mode.