You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BaseAgent/prompts.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
- 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.
58
58
59
59
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.
0 commit comments