Scott Cogan commited on
Commit
4387720
·
1 Parent(s): 0652d95

fix: correct malformed code block marker in system prompt template

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -2
prompts.yaml CHANGED
@@ -27,8 +27,7 @@ prompt_templates:
27
  {% endfor %}
28
 
29
  Here are the rules you should always follow to solve your task:
30
- 1. Always provide a 'Thought:' sequence, and a 'Code:
31
- ```py' sequence ending with '```<end_code>' sequence, else you will fail.
32
  2. Use only variables that you have defined!
33
  3. Always use the right arguments for the tools.
34
  4. Take care to not chain too many sequential tool calls in the same code block.
 
27
  {% endfor %}
28
 
29
  Here are the rules you should always follow to solve your task:
30
+ 1. Always provide a 'Thought:' sequence, and a 'Code:' sequence with ```py at the start and ```<end_code> at the end, else you will fail.
 
31
  2. Use only variables that you have defined!
32
  3. Always use the right arguments for the tools.
33
  4. Take care to not chain too many sequential tool calls in the same code block.