Skip to content

Commit e481813

Browse files
authored
Merge pull request #9 from eltociear/patch-1
chore: update custom_prompts.py
2 parents 5226fd7 + 0ecf9ff commit e481813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/custom_prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def important_rules(self) -> str:
8282
- sometimes labels overlap, so use the context to verify the correct element
8383
8484
7. Form filling:
85-
- 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.
85+
- 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.
8686
8787
8. ACTION SEQUENCING:
8888
- Actions are executed in the order they appear in the list

0 commit comments

Comments
 (0)