Skip to content

Commit

Permalink
tag pages as listing_detail
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcguire12 committed Sep 14, 2024
1 parent 27e4b17 commit be65e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -39954,7 +39954,7 @@
"source": "html",
"category": "synthetic",
"subcategory": "synthetic",
"type": "detail",
"type": "listing_detail",
"goal": "Extract all the image src attributes and their alt text",
"schema_": {
"image_url": {
Expand Down Expand Up @@ -39999,7 +39999,7 @@
"source": "html",
"category": "synthetic",
"subcategory": "e-commerce",
"type": "detail",
"type": "listing_detail",
"goal": "Extract information from the product listings. We need the image src attributes, their alt text, the product name of from the listing, the description from the listing, and the product ID from the listing. ",
"schema_": {
"image_url": {
Expand Down

0 comments on commit be65e52

Please sign in to comment.