chore(sync): mirror docs from openclaw/openclaw@d4f91a354e

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-22 04:50:05 +00:00
parent 0b03fb92a0
commit 6589cc66b8
2 changed files with 4 additions and 2 deletions

View File

@ -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"
}

View File

@ -463,6 +463,8 @@ For the full setup and behavior details, see [Ollama Web Search](/tools/ollama-s
<Accordion title="Streaming configuration">
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`.
<Tip>
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.
</Tip>