You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,12 @@ In Workspace → Tools → Import, paste the raw URL of `websearch.py` from your
38
38
39
39
| Valve | Type | Default | Effect |
40
40
|---|---|---|---|
41
-
|`result_count`| int (1–20) |`5`| Default number of results returned. The model may override per call (clamped to 1–20). |
41
+
|`result_count`| int (1-20) |`5`| Default number of results returned. The model may override per call (clamped to 1-20). |
42
42
|`allow_domains`| csv string |`""`| If set, only results from these domains (or subdomains) survive the filter. Also enforced on `fetch_url`. |
43
43
|`block_domains`| csv string |`""`| Drops results from these domains (or subdomains). Also enforced on `fetch_url`. |
44
44
|`enable_fetch_url`| bool |`true`| Master kill switch for the `fetch_url` method. |
45
45
|`safe_search`|`strict` / `moderate` / `off`|`moderate`| DuckDuckGo SafeSearch level (maps to the `kp` query parameter). |
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. |
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. |
47
47
|`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. |
48
48
49
49
All values are configurable from **Workspace → Tools → Web Search → ⚙️**.
0 commit comments