Skip to content
Merged

fix2 #972

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-native-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-nativeagentic-mode).
:::

## Administrative Controls
Expand Down
8 changes: 4 additions & 4 deletions docs/features/plugin/tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These are deeply integrated into Open WebUI and generally don't require external
- **Memory**: The ability for models to remember facts about you across chats.
- **RAG (Knowledge)**: The ability to query uploaded documents (`#`).

In [**Native Mode**](#built-in-system-tools-native-mode), these features are exposed as **Tools** that the model can call independently.
In [**Native Mode**](#built-in-system-tools-nativeagentic-mode), these features are exposed as **Tools** that the model can call independently.

### 2. Workspace Tools (Custom Plugins)
These are **Python scripts** that run directly within the Open WebUI environment.
Expand Down Expand Up @@ -84,9 +84,9 @@ 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}
## 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.
Open WebUI offers two distinct ways for models to interact with tools: a standard **Default Mode** and a high-performance **Native Mode (Agentic Mode)**. Choosing the right mode depends on your model's capabilities and your performance requirements.

### 🟡 Default Mode (Prompt-based)
In Default Mode, Open WebUI manages tool selection by injecting a specific prompt template that guides the model to output a tool request.
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-mode}
### Built-in System Tools (Native/Agentic 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-native-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-nativeagentic-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-native-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-nativeagentic-mode).
:::

### Setting Up Your Knowledge Base
Expand Down