Skip to content
Merged

fix #971

Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/features/memory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Autonomous memory management works best with frontier models (GPT-5, Claude 4.5+
3. **Quality Models Required**: To unlock these features effectively, use frontier models with strong reasoning capabilities (e.g., GPT-5, Claude 4.5 Sonnet, Gemini 3 Flash, MiniMax M2.1) for the best experience. Small local models may not effectively manage memories autonomously.

:::info Central Tool Documentation
For complete details on all built-in agentic tools (including memory, web search, and knowledge bases) and how to configure them, see the [**Native/Agentic Mode Tools Guide**](/features/plugin/tools#built-in-system-tools-nativeagentic-mode).
For complete details on all built-in agentic tools (including memory, web search, and knowledge bases) and how to configure them, see the [**Native/Agentic Mode Tools Guide**](/features/plugin/tools#built-in-system-tools-native-mode).
:::

## Administrative Controls
Expand Down
4 changes: 2 additions & 2 deletions docs/features/plugin/tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can also let your LLM auto-select the right Tools using the [**AutoTool Filt

---

## Tool Calling Modes: Default vs. Native (Agentic Mode)
## Tool Calling Modes: Default vs. Native (Agentic Mode) {#tool-calling-modes-default-vs-native}

Open WebUI offers two distinct ways for models to interact with tools. Choosing the right mode depends on your model's capabilities and your performance requirements.

Expand Down Expand Up @@ -144,7 +144,7 @@ These models excel at multi-step reasoning, proper JSON formatting, and autonomo
| **Logic** | Prompt-based (Open WebUI) | Model-native (API/Ollama) |
| **Complex Chaining** | ⚠️ Limited | ✅ Excellent |

### Built-in System Tools (Native/Agentic Mode)
### Built-in System Tools (Native/Agentic Mode) {#built-in-system-tools-native-mode}

🛠️ When **Native Mode (Agentic Mode)** is enabled, Open WebUI automatically injects powerful system tools based on the features toggled for the chat. This unlocks truly agentic behaviors where capable models (like GPT-5, Claude 4.5 Sonnet, Gemini 3 Flash, or MiniMax M2.1) can perform multi-step research, explore knowledge bases, or manage user memory autonomously.

Expand Down
2 changes: 1 addition & 1 deletion docs/features/web-search/agentic-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Agentic web search works best with frontier models like **GPT-5**, **Claude 4.5+
:::

:::info Central Tool Documentation
For comprehensive information about all built-in agentic tools (including web search, knowledge bases, memory, and more), see the [**Native/Agentic Mode Tools Guide**](/features/plugin/tools#built-in-system-tools-nativeagentic-mode).
For comprehensive information about all built-in agentic tools (including web search, knowledge bases, memory, and more), see the [**Native/Agentic Mode Tools Guide**](/features/plugin/tools#built-in-system-tools-native-mode).
:::

## Native Mode vs. Traditional RAG
Expand Down
2 changes: 1 addition & 1 deletion docs/features/workspace/knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Autonomous knowledge base exploration works best with frontier models (GPT-5, Cl
These tools enable models to autonomously explore and retrieve information from your knowledge bases, making conversations more contextually aware and grounded in your stored documents.

:::info Central Tool Documentation
For complete details on all built-in agentic tools and how to configure them, see the [**Native/Agentic Mode Tools Guide**](/features/plugin/tools#built-in-system-tools-nativeagentic-mode).
For complete details on all built-in agentic tools and how to configure them, see the [**Native/Agentic Mode Tools Guide**](/features/plugin/tools#built-in-system-tools-native-mode).
:::

### Setting Up Your Knowledge Base
Expand Down