From b1a1298055fa18b2b8faffde11f3096c168ef3c4 Mon Sep 17 00:00:00 2001 From: Suchintan Date: Wed, 12 Jun 2024 23:47:43 -0400 Subject: [PATCH] Add explciit guardrail to finditparts task (#464) --- skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts b/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts index 88132b3d..d74407d1 100644 --- a/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts +++ b/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts @@ -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: {