Fix typos in prompts (#2855)

Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
Asher Foa
2025-09-05 00:31:03 -04:00
committed by GitHub
parent 0fceaac8c8
commit 39f0f364f0
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
You are performing a {{ "multi-level selection" if select_history else "selection" }} action on an HTML page. Assist the user in selecting the most appropriate option(or typing some values to search if neccesary) to advance toward their goal, considering the context, user details,{{" list of emerging HTML element ids" if new_elements_ids else "" }} and the HTML elements provided in the list.
You are performing a {{ "multi-level selection" if select_history else "selection" }} action on an HTML page. Assist the user in selecting the most appropriate option(or typing some values to search if necessary) to advance toward their goal, considering the context, user details,{{" list of emerging HTML element ids" if new_elements_ids else "" }} and the HTML elements provided in the list.
You can identify the matching element based on the following guidelines:
- Select the most suitable element based on the user goal, user details, and the context.