Fix Search Engine Detection Discrepancy in Chrome Evaluation (#172)
* Update bb5e4c0d-f964-439c-97b6-bdb9747de3f4.json * Update __init__.py * Update general.py
This commit is contained in:
@@ -29,14 +29,14 @@
|
||||
"chrome"
|
||||
],
|
||||
"evaluator": {
|
||||
"func": "exact_match",
|
||||
"func": "match_in_list",
|
||||
"result": {
|
||||
"type": "default_search_engine"
|
||||
},
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"expected": "Bing"
|
||||
"expected": ["Microsoft Bing", "Bing"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user