Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/guides/ollama-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ models:
1. First, add `capabilities: [tool_use]` to your model config
2. If you still get errors, the model may not actually support tools despite documentation
3. Use a different model known to work with tools (e.g., Llama 3.1, Mistral)
4. Alternatively, you can turn on [System Message tools](/features/agent/model-setup#how-system-message-tools-work)

See the [Model Capabilities guide](/customize/deep-dives/model-capabilities) for more details.

Expand Down
Loading