diff --git a/evaluation_examples/examples/multi_apps/415ef462-bed3-493a-ac36-ca8c6d23bf1b.json b/evaluation_examples/examples/multi_apps/415ef462-bed3-493a-ac36-ca8c6d23bf1b.json index 8bcd85e..04f43a6 100644 --- a/evaluation_examples/examples/multi_apps/415ef462-bed3-493a-ac36-ca8c6d23bf1b.json +++ b/evaluation_examples/examples/multi_apps/415ef462-bed3-493a-ac36-ca8c6d23bf1b.json @@ -1,7 +1,7 @@ { "id": "415ef462-bed3-493a-ac36-ca8c6d23bf1b", "snapshot": "thunderbird", - "instruction": "There's an e-mail containing the AWS invoice for December saved in local \"Bills\" folder. Extract the invoice PDF to the my receipts folder. Follow the file name pattern of the old files and update a record in my tally book.", + "instruction": "There's an e-mail containing the AWS invoice for December saved in local \"Bills\" folder. Extract the invoice PDF to the my receipts folder. Follow the file name pattern of the old files and append a record at the end of my tally book.", "source": "authors", "config": [ { @@ -202,4 +202,4 @@ ] }, "proxy": false -} \ No newline at end of file +} diff --git a/evaluation_examples/examples/thunderbird/15c3b339-88f7-4a86-ab16-e71c58dcb01e.json b/evaluation_examples/examples/thunderbird/15c3b339-88f7-4a86-ab16-e71c58dcb01e.json index e0848eb..59f8ce0 100644 --- a/evaluation_examples/examples/thunderbird/15c3b339-88f7-4a86-ab16-e71c58dcb01e.json +++ b/evaluation_examples/examples/thunderbird/15c3b339-88f7-4a86-ab16-e71c58dcb01e.json @@ -1,7 +1,7 @@ { "id": "15c3b339-88f7-4a86-ab16-e71c58dcb01e", "snapshot": "thunderbird", - "instruction": "Help me access my outlook account with address \"anonym-x2024@outlook.com\" and password 'Wlv(z._6y|a,rrjfQuQhIi\\$;' (without ')", + "instruction": "Help me access my outlook account with address \"anonym-x2024@outlook.com\" and password 'password' (without ') in Thunderbird. It doesn't mather if Thunderbird remind of login or connection failure. Just finish the account setup and I will check the things like password mannually later.", "source": "https://www.wikihow.com/Access-Gmail-With-Mozilla-Thunderbird", "config": [ { @@ -85,16 +85,16 @@ { "url": "imap://outlook.office365.com", "user": "anonym-x2024@outlook.com", - "password": "Wlv(z._6y|a,rrjfQuQhIi\\$;" + "password": "password" }, { "url": "smtp://smtp.office365.com", "user": "anonym-x2024@outlook.com", - "password": "Wlv(z._6y|a,rrjfQuQhIi\\$;" + "password": "password" } ] } } }, "proxy": false -} \ No newline at end of file +} diff --git a/evaluation_examples/examples/thunderbird/3f28fe4f-5d9d-4994-a456-efd78cfae1a3.json b/evaluation_examples/examples/thunderbird/3f28fe4f-5d9d-4994-a456-efd78cfae1a3.json index 2409586..3863c2a 100644 --- a/evaluation_examples/examples/thunderbird/3f28fe4f-5d9d-4994-a456-efd78cfae1a3.json +++ b/evaluation_examples/examples/thunderbird/3f28fe4f-5d9d-4994-a456-efd78cfae1a3.json @@ -1,7 +1,7 @@ { "id": "3f28fe4f-5d9d-4994-a456-efd78cfae1a3", "snapshot": "thunderbird", - "instruction": "Set up a signature using my name and affiliation. My name is Anonym and my affiliation is XYZ Lab.", + "instruction": "Set up a plain text signature for my email account in Thunderbird. The first line is my name \"Anonym\" and the second line is my affiliation \"XYZ Lab\".", "source": "https://www.adsigner.com/user-manual/signatures/setup-email-client-thunderbird/#:~:text=is%20probably%20hidden.-,Right%20click%20on%20the%20empty%20space%20at%20the%20top%20of,signature%20from%20a%20file%20instead.", "config": [ { @@ -70,7 +70,7 @@ "expect": { "mail.identity.id1.htmlSigText": { "method": "re.S", - "ref": "Anonym.+XYZ Lab" + "ref": "Anonym\\nXYZ Lab" } } } @@ -78,4 +78,4 @@ "func": "check_thunderbird_prefs" }, "proxy": false -} \ No newline at end of file +} diff --git a/evaluation_examples/examples/thunderbird/7b1e1ff9-bb85-49be-b01d-d6424be18cd0.json b/evaluation_examples/examples/thunderbird/7b1e1ff9-bb85-49be-b01d-d6424be18cd0.json index 939a016..def2b5d 100644 --- a/evaluation_examples/examples/thunderbird/7b1e1ff9-bb85-49be-b01d-d6424be18cd0.json +++ b/evaluation_examples/examples/thunderbird/7b1e1ff9-bb85-49be-b01d-d6424be18cd0.json @@ -1,7 +1,7 @@ { "id": "7b1e1ff9-bb85-49be-b01d-d6424be18cd0", "snapshot": "thunderbird", - "instruction": "Could you help me open up the Thunderbird profile manager utility?", + "instruction": "Could you help me open up the profile management tabpage in Thunderbird? I want the profile management tabpage inside Thunderbird app, but not the profile chooser dialog during app launch.", "source": "https://www.quora.com/How-do-I-open-a-Thunderbird-profile-manager-utility", "config": [ { @@ -58,4 +58,4 @@ "func": "check_accessibility_tree" }, "proxy": false -} \ No newline at end of file +}