Skip to content

Commit

Permalink
Add explciit guardrail to finditparts task (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchintan committed Jun 13, 2024
1 parent 76bda55 commit b1a1298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const california_edd = {
export const finditparts = {
url: "https://www.finditparts.com",
navigationGoal:
"Search for the specified product id, add it to cart and then navigate to the cart page. Your goal is COMPLETE when you're on the cart page and the specified product is in the cart",
"Search for the specified product id, add it to cart and then navigate to the cart page. Your goal is COMPLETE when you're on the cart page and the specified product is in the cart. Do not attempt to checkout.",
dataExtractionGoal:
"Extract all product quantity information from the cart page",
navigationPayload: {
Expand Down

0 comments on commit b1a1298

Please sign in to comment.