From a0d115e100b5052d6c391c412a163efffc7d04ea Mon Sep 17 00:00:00 2001 From: asim-shrestha Date: Fri, 13 Sep 2024 15:30:58 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B8=EF=B8=8F=20Add=20pagination=20exam?= =?UTF-8?q?ple=20with=20infinite=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/examples.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/examples.json b/static/examples.json index e39d8f3..3efdfcf 100644 --- a/static/examples.json +++ b/static/examples.json @@ -39531,7 +39531,7 @@ "category": "synthetic", "subcategory": "synthetic", "type": "listing_detail", - "goal": "Extract all job listing information including role, company, city, and description", + "goal": "Extract all job listing information", "schema_": { "role": { "type": "string" @@ -39546,7 +39546,7 @@ "type": "string" } }, - "description": "Paginated data with only next and previous page buttons. The pagination occurs client side, cycling through pages in a circular manner regardless of the current page. Each page displays 5 job listings with role title, company, city, and a brief description.", + "description": "Paginated data with only next and previous page buttons. The buttons always work regardless if the end page is hit and will cycle through the data in a circular manner.", "tags": [ "synthetic", "pagination"