mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
docs: update desktop instructions for tool router (#3519)
This commit is contained in:
@@ -7,6 +7,7 @@ description: Configure smart tool selection to load only relevant tools, improvi
|
|||||||
|
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
import { PanelLeft } from 'lucide-react';
|
||||||
|
|
||||||
:::info Preview Feature
|
:::info Preview Feature
|
||||||
The Tool Selection Strategy is currently in preview. The Vector selection strategy is currently limited to Claude models served on Databricks.
|
The Tool Selection Strategy is currently in preview. The Vector selection strategy is currently limited to Claude models served on Databricks.
|
||||||
@@ -70,9 +71,10 @@ The LLM-based strategy leverages natural language understanding to analyze tools
|
|||||||
|
|
||||||
<Tabs groupId="interface">
|
<Tabs groupId="interface">
|
||||||
<TabItem value="ui" label="Goose Desktop" default>
|
<TabItem value="ui" label="Goose Desktop" default>
|
||||||
1. Click the gear icon ⚙️ on the top toolbar
|
1. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
|
||||||
2. Click `Advanced settings`
|
2. Click the `Settings` button on the sidebar
|
||||||
3. Under `Tool Selection Strategy`, select your preferred strategy:
|
3. Click `Chat`
|
||||||
|
4. Under `Tool Selection Strategy`, select your preferred strategy:
|
||||||
- `Default`
|
- `Default`
|
||||||
- `Vector`
|
- `Vector`
|
||||||
- `LLM-based`
|
- `LLM-based`
|
||||||
|
|||||||
Reference in New Issue
Block a user