From 5c6748d39ae7487f63ad9d9ae6aaa677b7d88eb4 Mon Sep 17 00:00:00 2001 From: rhythmcao Date: Fri, 2 Feb 2024 05:33:03 +0800 Subject: [PATCH] fix error in writer --- .../66399b0d-8fda-4618-95c4-bfc6191617e9.json | 4 ++-- .../6ada715d-3aae-4a32-a6a7-429b2e43fb93.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/evaluation_examples/examples/libreoffice_writer/66399b0d-8fda-4618-95c4-bfc6191617e9.json b/evaluation_examples/examples/libreoffice_writer/66399b0d-8fda-4618-95c4-bfc6191617e9.json index 33b8a1a..ec78638 100644 --- a/evaluation_examples/examples/libreoffice_writer/66399b0d-8fda-4618-95c4-bfc6191617e9.json +++ b/evaluation_examples/examples/libreoffice_writer/66399b0d-8fda-4618-95c4-bfc6191617e9.json @@ -1,7 +1,7 @@ { "id": "66399b0d-8fda-4618-95c4-bfc6191617e9", "snapshot": "libreoffice_writer", - "instruction": "Could you help me insert a 7*5 empty table at the point of cursor?", + "instruction": "Could you help me insert a 7(columns)*5(rows) empty table at the point of cursor?", "source": "https://www.youtube.com/watch?v=l25Evu4ohKg", "config": [ { @@ -27,7 +27,7 @@ "command": [ "python", "-c", - "import pyautogui; import time; time.sleep(5); pyautogui.press(\"down\", presses=40, interval=10); time.sleep(1); pyautogui.scroll(-2)" + "import pyautogui; import time; pyautogui.press(\"down\", presses=40, interval=0.01); time.sleep(1); pyautogui.scroll(-2)" ] } } diff --git a/evaluation_examples/examples/libreoffice_writer/6ada715d-3aae-4a32-a6a7-429b2e43fb93.json b/evaluation_examples/examples/libreoffice_writer/6ada715d-3aae-4a32-a6a7-429b2e43fb93.json index 7151032..9c368bf 100644 --- a/evaluation_examples/examples/libreoffice_writer/6ada715d-3aae-4a32-a6a7-429b2e43fb93.json +++ b/evaluation_examples/examples/libreoffice_writer/6ada715d-3aae-4a32-a6a7-429b2e43fb93.json @@ -38,7 +38,7 @@ "command": [ "python", "-c", - "import pyautogui; import time; time.sleep(5); pyautogui.press(\"down\", presses=8, interval=3); time.sleep(1); pyautogui.scroll(-2)" + "import pyautogui; import time; time.sleep(5); pyautogui.press(\"down\", presses=8, interval=0.01); time.sleep(1); pyautogui.scroll(-2)" ] } } @@ -81,7 +81,7 @@ }, "expected": { "type": "cloud_file", - "path": "https://drive.usercontent.google.com/download?id=1xbhlfqGrPutHHi2aHg66jwXD-yaZpe9j&export=download&authuser=0&confirm=t&uuid=427765e0-3f97-4a72-92db-a1fe7cdde73b&at=APZUnTUhNLh2PDu4OGkCVQW-LPCd:1704173991269", + "path": "https://drive.usercontent.google.com/download?id=1xbhlfqGrPutHHi2aHg66jwXD-yaZpe9j&export=download&authuser=0&confirm=t&uuid=802d477e-d97b-4641-84fb-9eaf8805c35c&at=APZUnTWS0KOqHCPnufPJfDEfGE2u:1706822844322", "dest": "Viewing_Your_Class_Schedule_and_Textbooks_Gold.docx" } }