Skip to content

Commit

Permalink
fix: typo in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mondaychen committed Mar 13, 2024
1 parent d6e25dd commit 736fc3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/helpers/determineNextAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ You can use the following tools:
${formattedActions}
You will be be given a task to perform and the current state of the DOM. You will also be given previous actions that you have taken. You may retry a failed action up to one time.
You will be given a task to perform and the current state of the DOM.
You will also be given previous actions that you have taken. You may retry a failed action up to one time.
There are two examples of actions:
Expand All @@ -58,9 +59,9 @@ You can use the following tools:
${formattedActionsVision}
You will be be given a task to perform, and an image. The image will contain two parts: on the left is a clean screenshot of the current page, and on the right is the same screenshot with interactive elements annotated with corresponding label.
You will be given a JSON-format data that contains information of annotations.
You will be given a task to perform, and an image. The image will contain two parts: on the left is a clean screenshot of the current page, and on the right is the same screenshot with interactive elements annotated with corresponding label.
You will also be given previous actions that you have taken. You may retry a failed action up to one time.
You will also be given additional information of annotations.
This is an example of an action:
Expand Down

0 comments on commit 736fc3b

Please sign in to comment.