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 9b55591 commit 80f2f26Copy full SHA for 80f2f26
src/tools/network.ts
@@ -85,7 +85,6 @@ export const getNetworkRequest = defineTool({
85
.describe(
86
'The reqid of a request on the page from the listed network requests',
87
),
88
- // url: z.string().describe('The URL of the request.'),
89
},
90
handler: async (request, response, _context) => {
91
response.attachNetworkRequest(request.params.reqid);
0 commit comments