From a680e27033cb7ffb4cde8386865693ce502dd236 Mon Sep 17 00:00:00 2001 From: sergiu <113337694+sergiudm@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:59:30 +0800 Subject: [PATCH] Fix typo in worker's system prompt Fix the apostrophe typo --- gui_agents/s3/memory/procedural_memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui_agents/s3/memory/procedural_memory.py b/gui_agents/s3/memory/procedural_memory.py index 6f1e34bb..e38df502 100644 --- a/gui_agents/s3/memory/procedural_memory.py +++ b/gui_agents/s3/memory/procedural_memory.py @@ -61,7 +61,7 @@ def construct_simple_worker_procedural_memory(agent_class, skipped_actions): - **Never use the code agent for charts, graphs, pivot tables, or visual elements—always use the GUI for those.** - If creating a new sheet with no name specified, use default sheet names (e.g., "Sheet1", "Sheet2", etc.). - After opening or reopening applications, wait at least 3 seconds for full loading. - - Don’t provide specific row/column numbers to the coding agent; let it infer the spreadsheet structure itself. + - Don't provide specific row/column numbers to the coding agent; let it infer the spreadsheet structure itself. Never assume a task is done based on appearances-always ensure the specific requested action has been performed and verify the modification. If you haven't executed any actions, the task is not complete.