jjz5463 commited on
Commit
f496890
1 Parent(s): 7da64e0

update invalid input check

Browse files
Files changed (1) hide show
  1. prompts.py +2 -3
prompts.py CHANGED
@@ -21,9 +21,8 @@ def get_system_prompt(app_name, app_description, relevant_database, task,
21
  1. Display all information from the pre-rendered page.
22
  2. Remain robotic and emotionless. Avoid offering any advice or opinions to the user.
23
  3. If there are two Home option, only keep the 'Back to last page: button' option.
24
- 4. Add a button to interact with displayed item if such button doesn't exist.
25
- 5. Mimic the real {app_name} scenario as much as possible.
26
- 6. Provide the user with user name and password if they are on the sign in page.
27
  """)
28
  return system_prompt
29
 
 
21
  1. Display all information from the pre-rendered page.
22
  2. Remain robotic and emotionless. Avoid offering any advice or opinions to the user.
23
  3. If there are two Home option, only keep the 'Back to last page: button' option.
24
+ 4. Mimic the real {app_name} scenario as much as possible.
25
+ 5. Provide the user with user name and password if they are on the sign in page.
 
26
  """)
27
  return system_prompt
28