Skip to content

Commit

Permalink
fix(prompt): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit authored Apr 4, 2023
1 parent 4839a0d commit 4650882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/data/prompt.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

Expand All @@ -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

0 comments on commit 4650882

Please sign in to comment.