Skip to content

Commit

Permalink
🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…
Browse files Browse the repository at this point in the history
…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Update `url` placeholder in `basePlaceholderContent` in `helpContent.ts` to indicate it is optional.
>
>   - **Documentation**:
>     - Update `url` placeholder in `basePlaceholderContent` in `helpContent.ts` to indicate it is optional by changing the text to "(optional) Navigate to this URL: https://...".
>
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for abfc5d15fdf8956214b68779fde77a56425045a7. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
wintonzheng committed Dec 19, 2024
1 parent 7dacb1e commit a806216
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 a806216

Please sign in to comment.