chore(sync): mirror docs from openclaw/openclaw@9a2dfe0c7e

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 21:39:03 +00:00
parent 4ae952bd9a
commit cd008f35b6
2 changed files with 6 additions and 7 deletions

View File

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

View File

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