From 0ecf9ffdd414ee3e47a0696ffa744712a677c55b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 5 Jan 2025 16:58:45 +0900 Subject: [PATCH] chore: update custom_prompts.py minor fix --- src/agent/custom_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/custom_prompts.py b/src/agent/custom_prompts.py index bd8e612..0d88e41 100644 --- a/src/agent/custom_prompts.py +++ b/src/agent/custom_prompts.py @@ -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