We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fd66e commit c4e1d5cCopy full SHA for c4e1d5c
src/tools/network.ts
@@ -84,8 +84,7 @@ export const listNetworkRequests = defineTool({
84
85
export const getNetworkRequest = defineTool({
86
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`,
+ description: `Gets a network request by reqid or the request selected in DevTools UI by omitting reqid.`,
89
annotations: {
90
category: ToolCategory.NETWORK,
91
readOnlyHint: true,
0 commit comments