summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/web-fetch.ts
diff options
context:
space:
mode:
authorConrad Irwin <[email protected]>2025-07-17 16:25:23 -0600
committerGitHub <[email protected]>2025-07-17 22:25:23 +0000
commit761ffc63388201373e5d16f36c2af09be71b5933 (patch)
tree3012681d84b27034ed9ceaa5df2eae6aeb753779 /packages/core/src/tools/web-fetch.ts
parent12401898f1f541a8a7919c94b4616fb0263dcce5 (diff)
Zed integration (#4266)
Co-authored-by: Agus Zubiaga <[email protected]> Co-authored-by: Ben Brandt <[email protected]> Co-authored-by: mkorwel <[email protected]>
Diffstat (limited to 'packages/core/src/tools/web-fetch.ts')
-rw-r--r--packages/core/src/tools/web-fetch.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/core/src/tools/web-fetch.ts b/packages/core/src/tools/web-fetch.ts
index ee06880e..c96cae6c 100644
--- a/packages/core/src/tools/web-fetch.ts
+++ b/packages/core/src/tools/web-fetch.ts
@@ -10,6 +10,7 @@ import {
ToolResult,
ToolCallConfirmationDetails,
ToolConfirmationOutcome,
+ Icon,
} from './tools.js';
import { Type } from '@google/genai';
import { getErrorMessage } from '../utils/errors.js';
@@ -70,6 +71,7 @@ export class WebFetchTool extends BaseTool<WebFetchToolParams, ToolResult> {
WebFetchTool.Name,
'WebFetch',
"Processes content from URL(s), including local and private network addresses (e.g., localhost), embedded in a prompt. Include up to 20 URLs and instructions (e.g., summarize, extract specific data) directly in the 'prompt' parameter.",
+ Icon.Globe,
{
properties: {
prompt: {