From 3cf80eaab83c795175ff8180536941dcf21b4476 Mon Sep 17 00:00:00 2001 From: zdy023 Date: Thu, 3 Jul 2025 20:55:30 +0800 Subject: [PATCH] ver Jul3rd fixed several tasks --- .../multi_apps/415ef462-bed3-493a-ac36-ca8c6d23bf1b.json | 4 ++-- .../thunderbird/3f28fe4f-5d9d-4994-a456-efd78cfae1a3.json | 6 +++--- .../thunderbird/7b1e1ff9-bb85-49be-b01d-d6424be18cd0.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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/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 +}