Files
sci-gui-agent-benchmark/evaluation_examples/examples/chrome/ae78f875-5b98-4907-bbb5-9c737fc68c03.json
2024-01-24 23:05:28 +08:00

44 lines
1.1 KiB
JSON

{
"id": "ae78f875-5b98-4907-bbb5-9c737fc68c03",
"snapshot": "chrome",
"instruction": "Could you please change the number of search results displayed on one page to 50? I find that having more results visible at once significantly enhances my research efficiency, as it reduces the need to constantly click through multiple pages. ",
"source": "https://support.google.com/chrome/thread/219988391/increase-search-results-per-page?hl=en",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"google-chrome",
"--remote-debugging-port=1337"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"socat",
"tcp-listen:9222,fork",
"tcp:localhost:1337"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"chrome"
],
"evaluator": {
"func": "exact_match",
"result": {
"type": "number_of_search_results"
},
"expected": {
"type": "rule",
"rules": {
"expected": 50
}
}
}
}