Skip to content

Commit c4e1d5c

Browse files
committed
refactor: improve get_network_requests
1 parent 60fd66e commit c4e1d5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/network.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ export const listNetworkRequests = defineTool({
8484

8585
export const getNetworkRequest = defineTool({
8686
name: 'get_network_request',
87-
description: `Gets a network request by reqid. You can get all requests by calling ${listNetworkRequests.name}.
88-
Get the request currently selected in the DevTools UI by ommitting reqid`,
87+
description: `Gets a network request by reqid or the request selected in DevTools UI by omitting reqid.`,
8988
annotations: {
9089
category: ToolCategory.NETWORK,
9190
readOnlyHint: true,

0 commit comments

Comments
 (0)