docs(ollama): clarify /v1 tool-calling guidance#29204
Merged
vincentkoc merged 1 commit intoopenclaw:mainfrom Feb 27, 2026
Merged
docs(ollama): clarify /v1 tool-calling guidance#29204vincentkoc merged 1 commit intoopenclaw:mainfrom
vincentkoc merged 1 commit intoopenclaw:mainfrom
Conversation
15 tasks
Contributor
Greptile SummaryAdded prominent warnings throughout the Ollama documentation to prevent users from accidentally using the Key improvements:
Minor inconsistency noted: Confidence Score: 5/5
Last reviewed commit: 90dbb30 |
velvet-shark
pushed a commit
to lailoo/openclaw
that referenced
this pull request
Feb 27, 2026
r4jiv007
pushed a commit
to r4jiv007/openclaw
that referenced
this pull request
Feb 28, 2026
xiexikang
pushed a commit
to C-clawd/cclawd
that referenced
this pull request
Feb 28, 2026
mylukin
pushed a commit
to mylukin/openclaw
that referenced
this pull request
Feb 28, 2026
wanjizheng
pushed a commit
to wanjizheng/openclaw
that referenced
this pull request
Feb 28, 2026
wanjizheng
pushed a commit
to wanjizheng/openclaw
that referenced
this pull request
Feb 28, 2026
(cherry picked from commit 1fe94bc)
wanjizheng
pushed a commit
to wanjizheng/openclaw
that referenced
this pull request
Feb 28, 2026
(cherry picked from commit 1fe94bc)
wanjizheng
pushed a commit
to wanjizheng/openclaw
that referenced
this pull request
Feb 28, 2026
(cherry picked from commit 1fe94bc)
vincentkoc
added a commit
to Sid-Qin/openclaw
that referenced
this pull request
Feb 28, 2026
vincentkoc
added a commit
to rylena/rylen-openclaw
that referenced
this pull request
Feb 28, 2026
newtontech
pushed a commit
to newtontech/openclaw-fork
that referenced
this pull request
Feb 28, 2026
wanjizheng
pushed a commit
to wanjizheng/openclaw
that referenced
this pull request
Mar 1, 2026
wanjizheng
pushed a commit
to wanjizheng/openclaw
that referenced
this pull request
Mar 1, 2026
6 tasks
hughdidit
pushed a commit
to hughdidit/DAISy-Agency
that referenced
this pull request
Mar 1, 2026
(cherry picked from commit d17c083) # Conflicts: # docs/providers/ollama.md
ansh
pushed a commit
to vibecode/openclaw
that referenced
this pull request
Mar 2, 2026
steipete
pushed a commit
to Sid-Qin/openclaw
that referenced
this pull request
Mar 2, 2026
safzanpirani
pushed a commit
to safzanpirani/clawdbot
that referenced
this pull request
Mar 2, 2026
steipete
pushed a commit
to Sid-Qin/openclaw
that referenced
this pull request
Mar 2, 2026
venjiang
pushed a commit
to venjiang/openclaw
that referenced
this pull request
Mar 2, 2026
robertchang-ga
pushed a commit
to robertchang-ga/openclaw
that referenced
this pull request
Mar 2, 2026
execute008
pushed a commit
to execute008/openclaw
that referenced
this pull request
Mar 2, 2026
hughdidit
pushed a commit
to hughdidit/DAISy-Agency
that referenced
this pull request
Mar 3, 2026
(cherry picked from commit d17c083) # Conflicts: # docs/providers/ollama.md
dorgonman
pushed a commit
to kanohorizonia/openclaw
that referenced
this pull request
Mar 3, 2026
sachinkundu
pushed a commit
to sachinkundu/openclaw
that referenced
this pull request
Mar 6, 2026
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/v1usage was easy to miss and led to broken tool-calling behavior.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
None (docs-only). Ollama setup warnings are now more visible and wording around
api: "ollama"is precise.Security Impact (required)
Repro + Verification
Environment
Steps
docs/providers/ollama.md./v1warning appears before setup.Expected
/v1pitfall warnings before copying config.Actual
Evidence
docs/providers/ollama.mdHuman Verification (required)
api: "ollama"as universally required.Compatibility / Migration
Failure Recovery (if this breaks)
docs/providers/ollama.mdRisks and Mitigations
None.