From cd008f35b67289c63102662d9db0cda042c58b24 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 21:39:03 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@9a2dfe0c7e22881fa7155c2de0c964660446bba4 --- .openclaw-sync/source.json | 4 ++-- docs/tools/ollama-search.md | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index ef356ffef..d73429418 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "0bcb4c95c185909b12d463b04d49b16ead3459d5", - "syncedAt": "2026-04-25T21:34:19.247Z" + "sha": "9a2dfe0c7e22881fa7155c2de0c964660446bba4", + "syncedAt": "2026-04-25T21:37:32.509Z" } diff --git a/docs/tools/ollama-search.md b/docs/tools/ollama-search.md index 4278c78e7..96036f62a 100644 --- a/docs/tools/ollama-search.md +++ b/docs/tools/ollama-search.md @@ -7,9 +7,9 @@ read_when: title: "Ollama web search" --- -OpenClaw supports **Ollama Web Search** as a bundled `web_search` provider. -It uses Ollama's experimental web-search API and returns structured results -with titles, URLs, and snippets. +OpenClaw supports **Ollama Web Search** as a bundled `web_search` provider. It +uses Ollama's web-search API and returns structured results with titles, URLs, +and snippets. Unlike the Ollama model provider, this setup does not need an API key by default. It does require: @@ -89,8 +89,7 @@ for web-search requests too. it does not block selection. - Runtime auto-detect can fall back to Ollama Web Search when no higher-priority credentialed provider is configured. -- The provider uses Ollama's experimental `/api/experimental/web_search` - endpoint. +- The provider uses Ollama's `/api/web_search` endpoint. ## Related