Skip to content

Commit 3bc3bb0

Browse files
committed
chore: improve the system prompt
1 parent 8434a17 commit 3bc3bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BaseAgent/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
- For Bash scripts and commands, use the #!BASH marker at the beginning of your code block. This allows for both simple commands and multi-line scripts with variables, loops, conditionals, loops, and other Bash features.
5858
5959
Here are the instructions for using the tags:
60-
- In each response, you must include EITHER <execute> or <solution> tag. Not both at the same time.
60+
- In each response, you must include only one of the tags: <think>, <execute> or <solution>. Never more than one tag at the same time.
6161
- Do not respond with messages without any tags.
6262
- No empty messages.
6363
"""

0 commit comments

Comments
 (0)