Skip to content

Commit

Permalink
Merge pull request #9 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update custom_prompts.py
  • Loading branch information
warmshao authored Jan 5, 2025
2 parents 5226fd7 + 0ecf9ff commit e481813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/custom_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def important_rules(self) -> str:
- sometimes labels overlap, so use the context to verify the correct element
7. Form filling:
- If you fill a input field and your action sequence is interrupted, most often a list with suggestions poped up under the field and you need to first select the right element from the suggestion list.
- If you fill an input field and your action sequence is interrupted, most often a list with suggestions poped up under the field and you need to first select the right element from the suggestion list.
8. ACTION SEQUENCING:
- Actions are executed in the order they appear in the list
Expand Down

0 comments on commit e481813

Please sign in to comment.