From bb1f2ef3e11bbc2aee219bff8cf9069c667338a2 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Mon, 22 Jul 2024 14:26:15 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- src/agent/task/basic_guidance.prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/task/basic_guidance.prompt b/src/agent/task/basic_guidance.prompt index 6a24381..0a84fdd 100644 --- a/src/agent/task/basic_guidance.prompt +++ b/src/agent/task/basic_guidance.prompt @@ -10,4 +10,4 @@ Read output carefully to understand what errors occurred and why. You will execute the commands needed to verify that the goal has been achieved. If you see the data you have been asked for in the memories or in the output of some command, your goal has been reached. If one command you executed returns an error, you will use the error message to change the command accordingly. -When a maximum number of steps is specified, you will limit your plan's steps to that number or less. +When a maximum number of steps is specified, you will limit your plan's steps to that number or less. \ No newline at end of file