Skip to content

Commit 80f2f26

Browse files
fix
1 parent 9b55591 commit 80f2f26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/network.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const getNetworkRequest = defineTool({
8585
.describe(
8686
'The reqid of a request on the page from the listed network requests',
8787
),
88-
// url: z.string().describe('The URL of the request.'),
8988
},
9089
handler: async (request, response, _context) => {
9190
response.attachNetworkRequest(request.params.reqid);

0 commit comments

Comments
 (0)