Skip to content

Commit

Permalink
update test rig
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-akkil committed Nov 5, 2024
1 parent 9977201 commit 5c23026
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions test/tasks/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"url_match"
],
"reference_answers": null,
"reference_url": "https://www.mit.edu/alumni/",
"reference_url": "https://www.mit.edu/alumni/ |OR| https://alum.mit.edu/",
"program_html": null
}
},
Expand Down Expand Up @@ -303,7 +303,7 @@
"storage_state": null,
"start_url": "about:blank",
"geolocation": null,
"intent_template": "search {{site}} for {{item}}",
"intent_template": "Go to the search result page {{site}} for {{item}}",
"instantiation_dict": {
"site": "on google",
"item": "the library of Alexandria"
Expand Down Expand Up @@ -615,7 +615,8 @@
"area four",
"Shy Bird",
"olio",
"cava"
"cava",
"pammy's"
],
"min_required": 2
}
Expand Down Expand Up @@ -786,6 +787,8 @@
"reference_answers": {
"some_matches": {
"phrases": [
"memory",
"storage",
"big",
"reception",
"slow",
Expand Down Expand Up @@ -909,10 +912,10 @@
"geolocation": null,
"intent_template": "find {{item}} on {{site}}",
"instantiation_dict": {
"item": "china",
"item": "china news",
"site": "BBC"
},
"intent": "find china on BBC",
"intent": "find china news on BBC",
"require_reset": false,
"eval": {
"eval_types": [
Expand Down

0 comments on commit 5c23026

Please sign in to comment.