fix(tools): enable web_fetch by default
This commit is contained in:
@@ -22,7 +22,7 @@ These are **not** browser automation. For JS-heavy sites or logins, use the
|
||||
- Results are cached by query for 15 minutes (configurable).
|
||||
- `web_fetch` does a plain HTTP GET and extracts readable content
|
||||
(HTML → markdown/text). It does **not** execute JavaScript.
|
||||
- In sandboxed sessions, `web_fetch` is enabled automatically (unless explicitly disabled).
|
||||
- `web_fetch` is enabled by default (unless explicitly disabled).
|
||||
|
||||
## Getting a Brave API key
|
||||
|
||||
@@ -48,7 +48,7 @@ Search the web with Brave’s API.
|
||||
|
||||
### Requirements
|
||||
|
||||
- `tools.web.search.enabled: true`
|
||||
- `tools.web.search.enabled` must not be `false` (default: enabled)
|
||||
- Brave API key (recommended: `clawdbot configure --section web`, or set `BRAVE_API_KEY`)
|
||||
|
||||
### Config
|
||||
@@ -80,7 +80,7 @@ Fetch a URL and extract readable content.
|
||||
|
||||
### Requirements
|
||||
|
||||
- `tools.web.fetch.enabled: true`
|
||||
- `tools.web.fetch.enabled` must not be `false` (default: enabled)
|
||||
|
||||
### Config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user