You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tool-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@
269
269
270
270
**Parameters:**
271
271
272
-
-**includePreviousNavigations** (boolean) _(optional)_: Whether to include requests from previous navigations.
272
+
-**includePreservedRequests** (boolean) _(optional)_: Set to true to return the preserved requests over the last 3 navigations.
273
273
-**pageIdx** (integer) _(optional)_: Page number to return (0-based). When omitted, returns the first page.
274
274
-**pageSize** (integer) _(optional)_: Maximum number of requests to return. When omitted, returns all requests.
275
275
-**resourceTypes** (array) _(optional)_: Filter requests to only return requests of the specified resource types. When omitted or empty, returns all requests.
@@ -314,7 +314,7 @@ so returned values have to JSON-serializable.
314
314
315
315
**Parameters:**
316
316
317
-
-**includePreviousNavigations** (boolean) _(optional)_: Whether to include messages from previous navigations.
317
+
-**includePreservedMessages** (boolean) _(optional)_: Set to true to return the preserved messages over the last 3 navigations.
318
318
-**pageIdx** (integer) _(optional)_: Page number to return (0-based). When omitted, returns the first page.
319
319
-**pageSize** (integer) _(optional)_: Maximum number of messages to return. When omitted, returns all requests.
320
320
-**types** (array) _(optional)_: Filter messages to only return messages of the specified resource types. When omitted or empty, returns all messages.
0 commit comments