docs: update desktop instructions for tool router (#3519)

This commit is contained in:
dianed-square
2025-07-18 12:14:46 -07:00
committed by GitHub
parent 78f0711ea6
commit c730d80f34

View File

@@ -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`