From 0b7ce06515e272318ec184391da530431d2a59ff Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 19 Dec 2024 11:13:12 -0800 Subject: [PATCH] Explicitly state url is optional in workflow blocks (#1416) --- skyvern-frontend/src/routes/workflows/editor/helpContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/helpContent.ts b/skyvern-frontend/src/routes/workflows/editor/helpContent.ts index b2d75712f1..ea150998cc 100644 --- a/skyvern-frontend/src/routes/workflows/editor/helpContent.ts +++ b/skyvern-frontend/src/routes/workflows/editor/helpContent.ts @@ -27,7 +27,7 @@ export const baseHelpTooltipContent = { } as const; export const basePlaceholderContent = { - url: "https://", + url: "(optional) Navigate to this URL: https://...", navigationGoal: "Tell Skyvern what to do.", dataExtractionGoal: "What data do you need to extract?", maxRetries: "Default: 3",