Merge branch 'feat/aws-provider-support' of https://github.com/xlang-ai/OSWorld into feat/aws-provider-support
This commit is contained in:
@@ -39,5 +39,6 @@
|
|||||||
"expected": "true"
|
"expected": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -62,5 +62,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -53,7 +53,10 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": ["is_expected_active_tab", "is_expected_active_tab"],
|
"func": [
|
||||||
|
"is_expected_active_tab",
|
||||||
|
"is_expected_active_tab"
|
||||||
|
],
|
||||||
"conj": "or",
|
"conj": "or",
|
||||||
"result": [
|
"result": [
|
||||||
{
|
{
|
||||||
@@ -79,6 +82,8 @@
|
|||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://www.drugs.com/npp/"
|
"url": "https://www.drugs.com/npp/"
|
||||||
}
|
}
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -22,7 +22,8 @@
|
|||||||
"tcp:localhost:1337"
|
"tcp:localhost:1337"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"chrome"
|
"chrome"
|
||||||
@@ -40,5 +41,6 @@
|
|||||||
"url": "chrome://password-manager/passwords"
|
"url": "chrome://password-manager/passwords"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -67,5 +67,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -43,11 +43,20 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func":["check_direct_json_object", "check_direct_json_object"],
|
"func": [
|
||||||
"result": [{
|
"check_direct_json_object",
|
||||||
|
"check_direct_json_object"
|
||||||
|
],
|
||||||
|
"result": [
|
||||||
|
{
|
||||||
"type": "active_tab_url_parse",
|
"type": "active_tab_url_parse",
|
||||||
"goto_prefix": "https://www.",
|
"goto_prefix": "https://www.",
|
||||||
"parse_keys": ["locationName", "dropLocationName", "filterCriteria_carCategory", "filterCriteria_sortBy"]
|
"parse_keys": [
|
||||||
|
"locationName",
|
||||||
|
"dropLocationName",
|
||||||
|
"filterCriteria_carCategory",
|
||||||
|
"filterCriteria_sortBy"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "active_tab_html_parse",
|
"type": "active_tab_html_parse",
|
||||||
@@ -57,8 +66,10 @@
|
|||||||
"/html/body/main/div/div/div/section/div/div/div/div[1]/div[1]/p": "from",
|
"/html/body/main/div/div/div/section/div/div/div/div[1]/div[1]/p": "from",
|
||||||
"/html/body/main/div/div/div/section/div/div/div/div[1]/div[3]/p": "to"
|
"/html/body/main/div/div/div/section/div/div/div/div[1]/div[3]/p": "to"
|
||||||
}
|
}
|
||||||
}],
|
}
|
||||||
"expected":[{
|
],
|
||||||
|
"expected": [
|
||||||
|
{
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": {
|
"expected": {
|
||||||
@@ -80,8 +91,9 @@
|
|||||||
"from": "{DoW}, {DayD} {Month} {Year}, 10:00",
|
"from": "{DoW}, {DayD} {Month} {Year}, 10:00",
|
||||||
"to": "{DoW}, {DayD} {Month} {Year}, 10:00"
|
"to": "{DoW}, {DayD} {Month} {Year}, 10:00"
|
||||||
}
|
}
|
||||||
}}
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -23,7 +23,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "chrome_open_tabs",
|
"type": "chrome_open_tabs",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
@@ -58,6 +57,6 @@
|
|||||||
"expected": "Stripe,Men,L,Short%20Sleeve,Sales%20%26%20Discounts"
|
"expected": "Stripe,Men,L,Short%20Sleeve,Sales%20%26%20Discounts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -37,8 +37,11 @@
|
|||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"type": "bookmark_bar_folders_names",
|
"type": "bookmark_bar_folders_names",
|
||||||
"names": ["Favorites"]
|
"names": [
|
||||||
}
|
"Favorites"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -59,5 +59,6 @@
|
|||||||
"expected": "Thomas"
|
"expected": "Thomas"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -53,5 +53,6 @@
|
|||||||
"expected": "true"
|
"expected": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -48,5 +48,6 @@
|
|||||||
"name": "Play Puzzle Game 2048"
|
"name": "Play Puzzle Game 2048"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -43,8 +43,12 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func":["check_direct_json_object", "is_expected_url_pattern_match"],
|
"func": [
|
||||||
"result": [{
|
"check_direct_json_object",
|
||||||
|
"is_expected_url_pattern_match"
|
||||||
|
],
|
||||||
|
"result": [
|
||||||
|
{
|
||||||
"type": "url_dashPart",
|
"type": "url_dashPart",
|
||||||
"goto_prefix": "https://www.",
|
"goto_prefix": "https://www.",
|
||||||
"partIndex": -2,
|
"partIndex": -2,
|
||||||
@@ -55,7 +59,8 @@
|
|||||||
{
|
{
|
||||||
"type": "active_url_from_accessTree",
|
"type": "active_url_from_accessTree",
|
||||||
"goto_prefix": "https://www."
|
"goto_prefix": "https://www."
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"expected": [
|
"expected": [
|
||||||
{
|
{
|
||||||
"type": "rule_relativeTime",
|
"type": "rule_relativeTime",
|
||||||
@@ -71,8 +76,12 @@
|
|||||||
{
|
{
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": ["\/manchester\/"]
|
"expected": [
|
||||||
}
|
"/manchester/"
|
||||||
}]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
|
}
|
||||||
@@ -3,13 +3,13 @@
|
|||||||
"snapshot": "chrome",
|
"snapshot": "chrome",
|
||||||
"instruction": "I am more familiar with Korean as I am from Korea. I want to use chrome with my mother tongue. Could you help me change the Chrome interface language to Korean? ",
|
"instruction": "I am more familiar with Korean as I am from Korea. I want to use chrome with my mother tongue. Could you help me change the Chrome interface language to Korean? ",
|
||||||
"source": "https://superuser.com/questions/984668/change-interface-language-of-chrome-to-english",
|
"source": "https://superuser.com/questions/984668/change-interface-language-of-chrome-to-english",
|
||||||
"config": [
|
"config": [],
|
||||||
],
|
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -270,5 +270,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,11 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func":["is_expected_url_pattern_match", "check_direct_json_object", "check_direct_json_object"],
|
"func": [
|
||||||
|
"is_expected_url_pattern_match",
|
||||||
|
"check_direct_json_object",
|
||||||
|
"check_direct_json_object"
|
||||||
|
],
|
||||||
"conj": "and",
|
"conj": "and",
|
||||||
"result": [
|
"result": [
|
||||||
{
|
{
|
||||||
@@ -79,7 +83,9 @@
|
|||||||
{
|
{
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": ["reservation#\/vehicles"]
|
"expected": [
|
||||||
|
"reservation#/vehicles"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -106,6 +112,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -63,5 +63,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -65,5 +65,6 @@
|
|||||||
"url": "https://www.babycenter.com/baby-names/details/carl-853"
|
"url": "https://www.babycenter.com/baby-names/details/carl-853"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -57,5 +57,6 @@
|
|||||||
"expected": "/home/user/Desktop/helloExtension"
|
"expected": "/home/user/Desktop/helloExtension"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -73,6 +73,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -46,8 +46,11 @@
|
|||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"type": "bookmark_bar_websites_urls",
|
"type": "bookmark_bar_websites_urls",
|
||||||
"urls": ["https://jalammar.github.io/illustrated-transformer/"]
|
"urls": [
|
||||||
}
|
"https://jalammar.github.io/illustrated-transformer/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -47,8 +47,11 @@
|
|||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"type": "domains",
|
"type": "domains",
|
||||||
"domains": [".amazon.com"]
|
"domains": [
|
||||||
}
|
".amazon.com"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -47,7 +47,10 @@
|
|||||||
"result": {
|
"result": {
|
||||||
"type": "active_tab_url_parse",
|
"type": "active_tab_url_parse",
|
||||||
"goto_prefix": "https://www.",
|
"goto_prefix": "https://www.",
|
||||||
"parse_keys": ["q", "tbs"]
|
"parse_keys": [
|
||||||
|
"q",
|
||||||
|
"tbs"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
@@ -58,6 +61,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -47,7 +47,12 @@
|
|||||||
"result": {
|
"result": {
|
||||||
"type": "active_tab_url_parse",
|
"type": "active_tab_url_parse",
|
||||||
"goto_prefix": "https://www.",
|
"goto_prefix": "https://www.",
|
||||||
"parse_keys": ["list_price_max", "maximum_distance", "zip","fuel_slugs[]"]
|
"parse_keys": [
|
||||||
|
"list_price_max",
|
||||||
|
"maximum_distance",
|
||||||
|
"zip",
|
||||||
|
"fuel_slugs[]"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
@@ -60,6 +65,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -47,7 +47,11 @@
|
|||||||
"result": {
|
"result": {
|
||||||
"type": "active_tab_url_parse",
|
"type": "active_tab_url_parse",
|
||||||
"goto_prefix": "https://www.",
|
"goto_prefix": "https://www.",
|
||||||
"parse_keys": ["fromStation", "toStation", "departing"],
|
"parse_keys": [
|
||||||
|
"fromStation",
|
||||||
|
"toStation",
|
||||||
|
"departing"
|
||||||
|
],
|
||||||
"replace": {
|
"replace": {
|
||||||
"departing": "time"
|
"departing": "time"
|
||||||
}
|
}
|
||||||
@@ -65,5 +69,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -3,13 +3,13 @@
|
|||||||
"snapshot": "chrome",
|
"snapshot": "chrome",
|
||||||
"instruction": "Could you assist me in turning off the dark mode feature in Google Chrome? I've noticed that while dark mode is great for reducing glare, it actually makes it more challenging for me to read text clearly, especially with my astigmatism.",
|
"instruction": "Could you assist me in turning off the dark mode feature in Google Chrome? I've noticed that while dark mode is great for reducing glare, it actually makes it more challenging for me to read text clearly, especially with my astigmatism.",
|
||||||
"source": "https://superuser.com/questions/1417973/how-to-disable-google-chrome-dark-mode",
|
"source": "https://superuser.com/questions/1417973/how-to-disable-google-chrome-dark-mode",
|
||||||
"config": [
|
"config": [],
|
||||||
],
|
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -48,5 +48,6 @@
|
|||||||
"expected": "true"
|
"expected": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -29,13 +29,15 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"postconfig":[{
|
"postconfig": [
|
||||||
|
{
|
||||||
"type": "execute",
|
"type": "execute",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"command": "pkill chrome",
|
"command": "pkill chrome",
|
||||||
"shell": "true"
|
"shell": "true"
|
||||||
}
|
}
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"func": "exact_match",
|
"func": "exact_match",
|
||||||
"result": {
|
"result": {
|
||||||
"type": "data_delete_automacally"
|
"type": "data_delete_automacally"
|
||||||
@@ -46,5 +48,6 @@
|
|||||||
"expected": "true"
|
"expected": "true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,10 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func":["is_expected_url_pattern_match", "check_direct_json_object"],
|
"func": [
|
||||||
|
"is_expected_url_pattern_match",
|
||||||
|
"check_direct_json_object"
|
||||||
|
],
|
||||||
"conj": "and",
|
"conj": "and",
|
||||||
"result": [
|
"result": [
|
||||||
{
|
{
|
||||||
@@ -61,7 +64,9 @@
|
|||||||
{
|
{
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": ["\/women-jerseys\/"]
|
"expected": [
|
||||||
|
"/women-jerseys/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -73,6 +78,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -56,5 +56,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -65,5 +65,6 @@
|
|||||||
"url": "https://www.dmv.virginia.gov/licenses-ids/license/applying/eligibility"
|
"url": "https://www.dmv.virginia.gov/licenses-ids/license/applying/eligibility"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -65,5 +65,6 @@
|
|||||||
"url": "https://discussions.flightaware.com/t/the-banter-thread/4412"
|
"url": "https://discussions.flightaware.com/t/the-banter-thread/4412"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -3,13 +3,13 @@
|
|||||||
"snapshot": "chrome",
|
"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. ",
|
"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",
|
"source": "https://support.google.com/chrome/thread/219988391/increase-search-results-per-page?hl=en",
|
||||||
"config": [
|
"config": [],
|
||||||
],
|
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -61,5 +61,6 @@
|
|||||||
"max": 99999
|
"max": 99999
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,10 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": ["exact_match", "exact_match"],
|
"func": [
|
||||||
|
"exact_match",
|
||||||
|
"exact_match"
|
||||||
|
],
|
||||||
"conj": "or",
|
"conj": "or",
|
||||||
"result": [
|
"result": [
|
||||||
{
|
{
|
||||||
@@ -59,7 +62,8 @@
|
|||||||
"partIndex": -1,
|
"partIndex": -1,
|
||||||
"needDeleteId": false,
|
"needDeleteId": false,
|
||||||
"returnType": "string"
|
"returnType": "string"
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"expected": [
|
"expected": [
|
||||||
{
|
{
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
@@ -72,6 +76,8 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"expected": "tamiflu-side-effects.html"
|
"expected": "tamiflu-side-effects.html"
|
||||||
}
|
}
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -23,7 +23,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "chrome_open_tabs",
|
"type": "chrome_open_tabs",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
@@ -62,6 +61,6 @@
|
|||||||
"class": "camp-sortable-column-header",
|
"class": "camp-sortable-column-header",
|
||||||
"order": "2"
|
"order": "2"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -56,8 +56,7 @@
|
|||||||
"/html/body/div[1]/main/div[3]/div/div[2]/div/div[1]/div/div[2]/div[1]/div/div[1]/div/div[1]/div[2]/div/div[2]/div/button/div/div": "rank"
|
"/html/body/div[1]/main/div[3]/div/div[2]/div/div[1]/div/div[2]/div[1]/div/div[1]/div/div[1]/div[2]/div/div[2]/div/button/div/div": "rank"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"expected":
|
"expected": {
|
||||||
{
|
|
||||||
"type": "rule_relativeTime",
|
"type": "rule_relativeTime",
|
||||||
"rules": {
|
"rules": {
|
||||||
"relativeTime": {
|
"relativeTime": {
|
||||||
@@ -73,6 +72,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -36,8 +36,12 @@
|
|||||||
"expected": {
|
"expected": {
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": ["Microsoft Bing", "Bing"]
|
"expected": [
|
||||||
}
|
"Microsoft Bing",
|
||||||
|
"Bing"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -61,9 +61,11 @@
|
|||||||
"expected": {
|
"expected": {
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": ["checked-bag-fee-calculator"]
|
"expected": [
|
||||||
|
"checked-bag-fee-calculator"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
@@ -58,5 +58,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,11 @@
|
|||||||
"chrome"
|
"chrome"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func":["is_expected_url_pattern_match", "check_direct_json_object", "check_direct_json_object"],
|
"func": [
|
||||||
|
"is_expected_url_pattern_match",
|
||||||
|
"check_direct_json_object",
|
||||||
|
"check_direct_json_object"
|
||||||
|
],
|
||||||
"conj": "and",
|
"conj": "and",
|
||||||
"result": [
|
"result": [
|
||||||
{
|
{
|
||||||
@@ -73,7 +77,9 @@
|
|||||||
{
|
{
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": ["CharlieCardStoreAppointments@mbta.com\/bookings\/"]
|
"expected": [
|
||||||
|
"CharlieCardStoreAppointments@mbta.com/bookings/"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -98,5 +104,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -48,5 +48,6 @@
|
|||||||
"path": "https://lilianweng.github.io/posts/2023-06-23-agent/",
|
"path": "https://lilianweng.github.io/posts/2023-06-23-agent/",
|
||||||
"dest": "LLM Powered Autonomous Agents _ Lil'Log_gold.pdf"
|
"dest": "LLM Powered Autonomous Agents _ Lil'Log_gold.pdf"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -65,5 +65,6 @@
|
|||||||
"url": "https://www.nfl.com/scores/2019/POST4"
|
"url": "https://www.nfl.com/scores/2019/POST4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -51,9 +51,11 @@
|
|||||||
"expected": {
|
"expected": {
|
||||||
"type": "rule",
|
"type": "rule",
|
||||||
"rules": {
|
"rules": {
|
||||||
"expected": ["Buying-Tickets"]
|
"expected": [
|
||||||
|
"Buying-Tickets"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -65,5 +65,6 @@
|
|||||||
"url": "https://www.apple.com/iphone/compare/?modelList=iphone-15-pro-max,iphone-15-pro,iphone-13-pro-max"
|
"url": "https://www.apple.com/iphone/compare/?modelList=iphone-15-pro-max,iphone-15-pro,iphone-13-pro-max"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
@@ -47,7 +47,15 @@
|
|||||||
"result": {
|
"result": {
|
||||||
"type": "active_tab_url_parse",
|
"type": "active_tab_url_parse",
|
||||||
"goto_prefix": "https://www.",
|
"goto_prefix": "https://www.",
|
||||||
"parse_keys":["originIata", "destinationIata", "tpAdults", "tpTeens", "tpChildren", "tpStartDate", "isReturn"],
|
"parse_keys": [
|
||||||
|
"originIata",
|
||||||
|
"destinationIata",
|
||||||
|
"tpAdults",
|
||||||
|
"tpTeens",
|
||||||
|
"tpChildren",
|
||||||
|
"tpStartDate",
|
||||||
|
"isReturn"
|
||||||
|
],
|
||||||
"replace": {
|
"replace": {
|
||||||
"tpStartDate": "time"
|
"tpStartDate": "time"
|
||||||
}
|
}
|
||||||
@@ -69,6 +77,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -71,6 +71,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"proxy": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@@ -31,5 +31,6 @@
|
|||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -91,5 +91,6 @@
|
|||||||
"path": "/home/user/Desktop/palette_computer.png",
|
"path": "/home/user/Desktop/palette_computer.png",
|
||||||
"dest": "palette_computer.png"
|
"dest": "palette_computer.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -95,5 +95,6 @@
|
|||||||
"path": "/home/user/Desktop/dog_without_background.png",
|
"path": "/home/user/Desktop/dog_without_background.png",
|
||||||
"dest": "dog_without_background.png"
|
"dest": "dog_without_background.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -38,5 +38,6 @@
|
|||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -22,5 +22,6 @@
|
|||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -91,5 +91,6 @@
|
|||||||
"path": "/home/user/Desktop/edited_colorful.png",
|
"path": "/home/user/Desktop/edited_colorful.png",
|
||||||
"dest": "edited_colorful.png"
|
"dest": "edited_colorful.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -31,5 +31,6 @@
|
|||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -3,13 +3,13 @@
|
|||||||
"snapshot": "gimp",
|
"snapshot": "gimp",
|
||||||
"instruction": "Could you help me download the logo of the University of Hong Kong in \".png\" format within GIMP?",
|
"instruction": "Could you help me download the logo of the University of Hong Kong in \".png\" format within GIMP?",
|
||||||
"source": "",
|
"source": "",
|
||||||
"config": [
|
"config": [],
|
||||||
],
|
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"gimp"
|
"gimp"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -22,5 +22,6 @@
|
|||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -91,5 +91,6 @@
|
|||||||
"path": "/home/user/Desktop/berry_mirror.png",
|
"path": "/home/user/Desktop/berry_mirror.png",
|
||||||
"dest": "berry_mirror.png"
|
"dest": "berry_mirror.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -95,5 +95,6 @@
|
|||||||
"path": "/home/user/Desktop/green_background_with_object.png",
|
"path": "/home/user/Desktop/green_background_with_object.png",
|
||||||
"dest": "green_background_with_object.png"
|
"dest": "green_background_with_object.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -50,5 +50,6 @@
|
|||||||
"file_name": "gimprc",
|
"file_name": "gimprc",
|
||||||
"dest": "gimprc"
|
"dest": "gimprc"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -41,5 +41,6 @@
|
|||||||
"path": "/home/user/Desktop/export.jpg",
|
"path": "/home/user/Desktop/export.jpg",
|
||||||
"dest": "export.jpg"
|
"dest": "export.jpg"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -91,5 +91,6 @@
|
|||||||
"path": "/home/user/Desktop/edited_darker.png",
|
"path": "/home/user/Desktop/edited_darker.png",
|
||||||
"dest": "edited_darker.png"
|
"dest": "edited_darker.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -50,5 +50,6 @@
|
|||||||
"file_name": "gimprc",
|
"file_name": "gimprc",
|
||||||
"dest": "gimprc"
|
"dest": "gimprc"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -31,5 +31,6 @@
|
|||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -65,5 +65,6 @@
|
|||||||
"file_name": "action-history",
|
"file_name": "action-history",
|
||||||
"dest": "action-history"
|
"dest": "action-history"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -62,5 +62,6 @@
|
|||||||
"file_name": "gimprc",
|
"file_name": "gimprc",
|
||||||
"dest": "gimprc"
|
"dest": "gimprc"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -113,5 +113,6 @@
|
|||||||
"dest": "resized.png"
|
"dest": "resized.png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -50,5 +50,6 @@
|
|||||||
"file_name": "sessionrc",
|
"file_name": "sessionrc",
|
||||||
"dest": "sessionrc"
|
"dest": "sessionrc"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -31,5 +31,6 @@
|
|||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -3,13 +3,13 @@
|
|||||||
"snapshot": "gimp",
|
"snapshot": "gimp",
|
||||||
"instruction": "Could you tone down the brightness of my photo at desktop?",
|
"instruction": "Could you tone down the brightness of my photo at desktop?",
|
||||||
"source": "https://www.quora.com/How-do-I-edit-a-photo-in-GIMP",
|
"source": "https://www.quora.com/How-do-I-edit-a-photo-in-GIMP",
|
||||||
"config": [
|
"config": [],
|
||||||
],
|
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"gimp"
|
"gimp"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -86,5 +86,6 @@
|
|||||||
"path": "/home/user/Desktop/leftside_textbox.png",
|
"path": "/home/user/Desktop/leftside_textbox.png",
|
||||||
"dest": "leftside_textbox.png"
|
"dest": "leftside_textbox.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -90,5 +90,6 @@
|
|||||||
"path": "/home/user/Desktop/Triangle_In_The_Middle.png",
|
"path": "/home/user/Desktop/Triangle_In_The_Middle.png",
|
||||||
"dest": "Triangle_In_The_Middle.png"
|
"dest": "Triangle_In_The_Middle.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -91,5 +91,6 @@
|
|||||||
"path": "/home/user/Desktop/berries_contrast.png",
|
"path": "/home/user/Desktop/berries_contrast.png",
|
||||||
"dest": "berries_contrast.png"
|
"dest": "berries_contrast.png"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -3,13 +3,13 @@
|
|||||||
"snapshot": "gimp",
|
"snapshot": "gimp",
|
||||||
"instruction": "Blue is my favorite color, so could you help me change the color theme of GIMP to \"Blue\"?",
|
"instruction": "Blue is my favorite color, so could you help me change the color theme of GIMP to \"Blue\"?",
|
||||||
"source": "",
|
"source": "",
|
||||||
"config": [
|
"config": [],
|
||||||
],
|
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"gimp"
|
"gimp"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -87,5 +87,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -83,5 +83,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -86,5 +86,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -105,5 +105,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -91,5 +91,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -82,5 +82,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -84,5 +84,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -84,5 +84,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -84,5 +84,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -86,5 +86,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -112,5 +112,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -3,13 +3,13 @@
|
|||||||
"snapshot": "libreoffice_calc",
|
"snapshot": "libreoffice_calc",
|
||||||
"instruction": "Make sparkline chart line by line",
|
"instruction": "Make sparkline chart line by line",
|
||||||
"source": "https://www.youtube.com/shorts/L3Z-F1QTQFY",
|
"source": "https://www.youtube.com/shorts/L3Z-F1QTQFY",
|
||||||
"config": [
|
"config": [],
|
||||||
],
|
|
||||||
"trajectory": "trajectories/2bd59342-0664-4ccb-ba87-79379096cc08",
|
"trajectory": "trajectories/2bd59342-0664-4ccb-ba87-79379096cc08",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"libreoffice_calc"
|
"libreoffice_calc"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "infeasible"
|
"func": "infeasible"
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -107,5 +107,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -87,5 +87,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -79,5 +79,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -86,5 +86,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -38,5 +38,6 @@
|
|||||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_calc/3aaa4e37-dc91-482e-99af-132a612d40f3/Export_Calc_to_CSV.csv",
|
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_calc/3aaa4e37-dc91-482e-99af-132a612d40f3/Export_Calc_to_CSV.csv",
|
||||||
"dest": "Export_Calc_to_CSV_gold.csv"
|
"dest": "Export_Calc_to_CSV_gold.csv"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -83,5 +83,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
@@ -78,5 +78,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"proxy": false
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user