File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 266266
267267- ** pageIdx** (integer) _ (optional)_ : Page number to return (0-based). When omitted, returns the first page.
268268- ** pageSize** (integer) _ (optional)_ : Maximum number of requests to return. When omitted, returns all requests.
269- - ** resourceType** (array) _ (optional)_ : Filter requests by resource type . When omitted, returns all requests.
269+ - ** resourceType** (array) _ (optional)_ : Filter requests to only return requests of the specified resource types . When omitted, returns all requests.
270270
271271---
272272
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export const listNetworkRequests = defineTool({
6767 )
6868 . optional ( )
6969 . describe (
70- 'Filter requests by resource type . When omitted, returns all requests.' ,
70+ 'Filter requests to only return requests of the specified resource types . When omitted, returns all requests.' ,
7171 ) ,
7272 } ,
7373 handler : async ( request , response ) => {
You can’t perform that action at this time.
0 commit comments