Change navigation goal description (#612)

This commit is contained in:
Kerem Yilmaz
2024-07-17 11:55:16 -07:00
committed by GitHub
parent 88389012be
commit aed81b986f
2 changed files with 4 additions and 2 deletions

View File

@@ -273,7 +273,8 @@ function CreateNewTaskForm({ initialValues }: Props) {
</div> </div>
</FormLabel> </FormLabel>
<FormDescription> <FormDescription>
How do you want Skyvern to navigate? How do you want Skyvern to navigate? Use words like COMPLETE and
TERMINATE to let Skyvern know when to finish navigating
</FormDescription> </FormDescription>
<FormControl> <FormControl>
<Textarea <Textarea

View File

@@ -400,7 +400,8 @@ function SavedTaskForm({ initialValues }: Props) {
</div> </div>
</FormLabel> </FormLabel>
<FormDescription> <FormDescription>
How do you want Skyvern to navigate? How do you want Skyvern to navigate? Use words like COMPLETE and
TERMINATE to let Skyvern know when to finish navigating
</FormDescription> </FormDescription>
<FormControl> <FormControl>
<Textarea <Textarea