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