You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Note: if you want to visit other websites, check out the homepage at {self.webarena_instance.home_url}. It has a list of websites you can visit. {self.webarena_instance.home_url}/password.html lists all the account name and password for the websites. You can use them to log in to the websites.)
119
120
"""
120
121
121
122
# This note is present in some of webarena's agent prompts
122
-
ifself.with_na:
123
+
ifself.with_na_hint:
123
124
goal+="""\
124
125
125
126
If you believe the task is impossible to complete, provide the answer "N/A".
@@ -178,23 +179,3 @@ def validate(
178
179
returnscore, True, "", {}
179
180
else:
180
181
returnscore, False, "", {}
181
-
182
-
defget_goal(self) ->str:
183
-
goal=self.config["intent"]
184
-
185
-
ifself.with_homepage_hint:
186
-
goal+=f"""
187
-
188
-
(Note: if you want to visit other websites, check out the homepage at {self.webarena_instance.home_url}. It has a list of websites you can visit. {self.webarena_instance.home_url}/password.html lists all the account name and password for the websites. You can use them to log in to the websites.)
189
-
"""
190
-
# This note is present in all webarena's agent prompts
0 commit comments