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 tip text in `NavigationNode.tsx` to guide users on phrasing prompts with explicit completion criteria.
>
>   - **Behavior**:
>     - Updated tip text in `NavigationNode.tsx` to advise phrasing prompts as goals with explicit completion criteria.
>     - Suggests using words like "Complete" or "Terminate" to help Skyvern determine when to finish or give up.
>
> <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 b57ab4d3ea6e86887b2c4422e5fa7780d65a4d7a. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
wintonzheng committed Dec 12, 2024
1 parent 3b8b963 commit 5503cf8
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ function NavigationNode({ id, data }: NodeProps<NavigationNode>) {
</div>
<div className="rounded-md bg-slate-800 p-2">
<div className="space-y-1 text-xs text-slate-400">
Tip: While executing the navigation block, Skyvern will take
multiple actions to accomplish a single goal.
Tip: Try to phrase your prompt as a goal with an explicit
completion criteria. While executing, Skyvern will take as many
actions as necessary to accomplish the goal. Use words like
"Complete" or "Terminate" to help Skyvern identify when it's
finished or when it should give up.
</div>
</div>
</div>
Expand Down

0 comments on commit 5503cf8

Please sign in to comment.