Lucas ARRIESSE commited on
Commit
be1521a
·
1 Parent(s): c849560

Fix prompt

Browse files
Files changed (1) hide show
  1. prompts/refine_solution.txt +2 -2
prompts/refine_solution.txt CHANGED
@@ -22,7 +22,7 @@ Here is the solution:
22
  </solution>
23
 
24
  Here is the criticism:
25
- <criticisim>
26
  # Technical Challenges
27
  {% for challenge in criticism['technical_challenges'] -%}
28
  - {{challenge}}
@@ -34,7 +34,7 @@ Here is the criticism:
34
  {% endfor %}
35
 
36
  # Limitations
37
- {% for limitation in criticisim['limitations'] -%}
38
  - {{limitation}}
39
  {% endfor %}
40
  </criticism>
 
22
  </solution>
23
 
24
  Here is the criticism:
25
+ <criticism>
26
  # Technical Challenges
27
  {% for challenge in criticism['technical_challenges'] -%}
28
  - {{challenge}}
 
34
  {% endfor %}
35
 
36
  # Limitations
37
+ {% for limitation in criticism['limitations'] -%}
38
  - {{limitation}}
39
  {% endfor %}
40
  </criticism>