Explicitly state url is optional in workflow blocks (#1416)
This commit is contained in:
@@ -27,7 +27,7 @@ export const baseHelpTooltipContent = {
|
|||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const basePlaceholderContent = {
|
export const basePlaceholderContent = {
|
||||||
url: "https://",
|
url: "(optional) Navigate to this URL: https://...",
|
||||||
navigationGoal: "Tell Skyvern what to do.",
|
navigationGoal: "Tell Skyvern what to do.",
|
||||||
dataExtractionGoal: "What data do you need to extract?",
|
dataExtractionGoal: "What data do you need to extract?",
|
||||||
maxRetries: "Default: 3",
|
maxRetries: "Default: 3",
|
||||||
|
|||||||
Reference in New Issue
Block a user