Skip to content

Commit

Permalink
fix: improve pilot prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Jan 24, 2025
1 parent ce36ce9 commit 3d49f45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/utils/PilotPromptCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ export class PilotPromptCreator {
"#### Next Action with Thoughts:",
"",
`<THOUGHTS>
To complete the registration process, tapping on the 'Submit' button (ID: btn_submit) is necessary.
To complete the registration process, tapping on the 'Submit' button is necessary.
</THOUGHTS>
<ACTION>
Tap on the 'Submit' button (ID: btn_submit)
Tap on the 'Submit' button, which has the ID 'btn_submit' and is located at the bottom of the registration form.
</ACTION>
<UX>
Expand Down
12 changes: 6 additions & 6 deletions src/utils/__snapshots__/PilotPromptCreator.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ If you encounter any issues or have questions, please throw an informative error
#### Next Action with Thoughts:
<THOUGHTS>
To complete the registration process, tapping on the 'Submit' button (ID: btn_submit) is necessary.
To complete the registration process, tapping on the 'Submit' button is necessary.
</THOUGHTS>
<ACTION>
Tap on the 'Submit' button (ID: btn_submit)
Tap on the 'Submit' button, which has the ID 'btn_submit' and is located at the bottom of the registration form.
</ACTION>
<UX>
Expand Down Expand Up @@ -229,10 +229,10 @@ If you encounter any issues or have questions, please throw an informative error
#### Next Action with Thoughts:
<THOUGHTS>
To complete the registration process, tapping on the 'Submit' button (ID: btn_submit) is necessary.
To complete the registration process, tapping on the 'Submit' button is necessary.
</THOUGHTS>
<ACTION>
Tap on the 'Submit' button (ID: btn_submit)
Tap on the 'Submit' button, which has the ID 'btn_submit' and is located at the bottom of the registration form.
</ACTION>
<UX>
Expand Down Expand Up @@ -407,10 +407,10 @@ If you encounter any issues or have questions, please throw an informative error
#### Next Action with Thoughts:
<THOUGHTS>
To complete the registration process, tapping on the 'Submit' button (ID: btn_submit) is necessary.
To complete the registration process, tapping on the 'Submit' button is necessary.
</THOUGHTS>
<ACTION>
Tap on the 'Submit' button (ID: btn_submit)
Tap on the 'Submit' button, which has the ID 'btn_submit' and is located at the bottom of the registration form.
</ACTION>
<UX>
Expand Down

0 comments on commit 3d49f45

Please sign in to comment.