Skip to content

Commit

Permalink
Explicitly state url is optional in workflow blocks (Skyvern-AI#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng authored and wangkun committed Dec 20, 2024
1 parent b11f373 commit 0b7ce06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0b7ce06

Please sign in to comment.