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 @@ class CustomSystemPrompt(SystemPrompt): - 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