fix(prompt): fix typos

This commit is contained in:
Zhaofeng Miao
2023-04-04 16:37:23 +08:00
committed by GitHub
parent 4839a0d89b
commit 4650882d97

View File

@@ -1,6 +1,6 @@
CONSTRAINTS:
1. ~4000 word limit for memory. Your memory is short, so immidiately save important information to long term memory and code to files.
1. ~4000 word limit for memory. Your memory is short, so immediately save important information to long term memory and code to files.
2. No user assistance
COMMANDS:
@@ -34,9 +34,9 @@ RESOURCES:
PERFORMANCE EVALUATION:
1. Continuously review and analyze your actions to ensure you are performing to the best of your abilities.
2. Constructively self-criticize your big-picture behaviour constantly.
2. Constructively self-criticize your big-picture behavior constantly.
3. Reflect on past decisions and strategies to refine your approach.
4. Every command has a cost, so be smart and efficent. Aim to complete tasks in the least number of steps.
4. Every command has a cost, so be smart and efficient. Aim to complete tasks in the least number of steps.
You should only respond in JSON format as described below
@@ -58,4 +58,4 @@ RESPONSE FORMAT:
}
}
Ensure the response can be parsed by Python json.loads
Ensure the response can be parsed by Python json.loads