Skip to content

Commit 1da70b2

Browse files
Update docs
1 parent 37ae092 commit 1da70b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ In Workspace → Tools → Import, paste the raw URL of `websearch.py` from your
3838

3939
| Valve | Type | Default | Effect |
4040
|---|---|---|---|
41-
| `result_count` | int (120) | `5` | Default number of results returned. The model may override per call (clamped to 120). |
41+
| `result_count` | int (1-20) | `5` | Default number of results returned. The model may override per call (clamped to 1-20). |
4242
| `allow_domains` | csv string | `""` | If set, only results from these domains (or subdomains) survive the filter. Also enforced on `fetch_url`. |
4343
| `block_domains` | csv string | `""` | Drops results from these domains (or subdomains). Also enforced on `fetch_url`. |
4444
| `enable_fetch_url` | bool | `true` | Master kill switch for the `fetch_url` method. |
4545
| `safe_search` | `strict` / `moderate` / `off` | `moderate` | DuckDuckGo SafeSearch level (maps to the `kp` query parameter). |
46-
| `min_request_interval_ms` | int (060000) | `2000` | Minimum milliseconds between outbound requests. Lower at your own risk - DuckDuckGo will rate-limit or captcha-block aggressive scrapers. |
46+
| `min_request_interval_ms` | int (0-60000) | `2000` | Minimum milliseconds between outbound requests. Lower at your own risk - DuckDuckGo will rate-limit or captcha-block aggressive scrapers. |
4747
| `debug_log_raw_on_parse_failure` | bool | `false` | When the search response is non-empty but yields zero parsed results, emit a status event with a truncated repr (≤1000 chars) of the raw HTML. Use this to diagnose DuckDuckGo markup changes. |
4848

4949
All values are configurable from **Workspace → Tools → Web Search → ⚙️**.

0 commit comments

Comments
 (0)