u1s1-cli 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools.js +1 -1
- package/package.json +1 -1
package/dist/tools.js
CHANGED
|
@@ -582,7 +582,7 @@ export function createFetchTool(cfg) {
|
|
|
582
582
|
name: "web_fetch",
|
|
583
583
|
label: "读取网页",
|
|
584
584
|
description: "Fetch a URL and return its readable text content (HTML is stripped to text; JSON and plain text are returned as-is). Use it to read a page found via web_search, or any URL the user pasted. If the direct fetch fails or the page needs JavaScript, it automatically retries through a cloud headless browser. Long pages are returned in 30,000-character windows: when the result says it was truncated, call again with the same url and the offset it gives to read the next part.",
|
|
585
|
-
promptSnippet: "
|
|
585
|
+
promptSnippet: "Fetch a URL and convert it to readable text",
|
|
586
586
|
promptGuidelines: [
|
|
587
587
|
"Use web_fetch to read a specific URL, and web_search when you still need to find the URL.",
|
|
588
588
|
],
|