From 55787417a10a476822729e1dfadf138c14f731f2 Mon Sep 17 00:00:00 2001 From: Masafumi Oyamada Date: Fri, 26 Sep 2025 21:09:48 +0900 Subject: [PATCH] Update generic_agent_prompt.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct typo in abstract example part of the prompt ("befor submitting" → "before submitting") --- src/agentlab/agents/generic_agent/generic_agent_prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentlab/agents/generic_agent/generic_agent_prompt.py b/src/agentlab/agents/generic_agent/generic_agent_prompt.py index 2119c4db..4f67cf6a 100644 --- a/src/agentlab/agents/generic_agent/generic_agent_prompt.py +++ b/src/agentlab/agents/generic_agent/generic_agent_prompt.py @@ -202,7 +202,7 @@ def __init__(self, previous_plan, plan_step, visible: bool = True) -> None: Provide a multi step plan that will guide you to accomplish the goal. There should always be steps to verify if the previous action had an effect. The plan can be revisited at each steps. Specifically, if there was something unexpected. -The plan should be cautious and favor exploring befor submitting. +The plan should be cautious and favor exploring before submitting. Integer specifying the step of current action