Skip to content
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
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
16 changes: 9 additions & 7 deletions start.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,18 @@ Here are some tools which you should not recommend disabling.

**Real world example**: In a hermes environment, when xAI plugin is enabled here is the set of tools which are present:

```text
webfetch surface
├── Hermes registry
│ ├── web_search — Don't Change
│ ├── web_extract — Disable (if enableď)
│ └── browser_* / … — Disable (if enableď)
│ ├── web_search — Don't change
│ ├── web_extract — Disable (if enabled)
│ └── browser_* / … — Disable (if enabled)
└── xAI plugin / server-side (when {type: web_search} exposed)
├── web_search / web_search_with_snippets — Don't Change
├── browse_page / open_page — Disable (if enableď)
├── open_page_with_find — Disable (if enableď)
└── optional: view_image, search_images — Don't Change
├── web_search / web_search_with_snippets — Don't change
├── browse_page / open_page — Disable (if enabled)
├── open_page_with_find — Disable (if enabled)
└── optional: view_image, search_images — Don't change
```


For instructions on how to disable tools for a specific harness, refer to the documentation for that harness.
Expand Down
Loading