diff --git a/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts b/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts index 38a8e5ab..4371b36c 100644 --- a/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts +++ b/skyvern-frontend/src/routes/tasks/data/sampleTaskData.ts @@ -64,7 +64,7 @@ export const finditparts = { export const geico = { url: "https://www.geico.com", navigationGoal: - "Navigate through the website until you generate an auto insurance quote. Do not generate a home insurance quote. If this page contains an auto insurance quote, consider the goal achieved", + "Navigate through the website until you generate an auto insurance quote. Do not generate a home insurance quote. If you're on a page showing an auto insurance quote (with premium amounts), your goal is COMPLETE", dataExtractionGoal: "Extract all quote information in JSON format including the premium amount, the timeframe for the quote.", navigationPayload: { diff --git a/streamlit_app/visualizer/sample_data.py b/streamlit_app/visualizer/sample_data.py index d4f5d3f1..228869f5 100644 --- a/streamlit_app/visualizer/sample_data.py +++ b/streamlit_app/visualizer/sample_data.py @@ -57,7 +57,7 @@ finditparts_sample_data = SampleTaskRequest( geico_sample_data = SampleTaskRequest( name="Geico", url="https://www.geico.com", - navigation_goal="Navigate through the website until you generate an auto insurance quote. Do not generate a home insurance quote. If this page contains an auto insurance quote, consider the goal achieved", + navigation_goal="Navigate through the website until you generate an auto insurance quote. Do not generate a home insurance quote. If you're on a page showing an auto insurance quote (with premium amounts), your goal is COMPLETE.", data_extraction_goal="Extract all quote information in JSON format including the premium amount, the timeframe for the quote.", navigation_payload={ "licensed_at_age": 19,