Explicitly state url is optional in workflow blocks (#1416)

This commit is contained in:
Shuchang Zheng
2024-12-19 11:13:12 -08:00
committed by GitHub
parent 7dacb1e713
commit bd0d6a5920

View File

@@ -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",