Lucas ARRIESSE
commited on
Commit
·
be1521a
1
Parent(s):
c849560
Fix prompt
Browse files
prompts/refine_solution.txt
CHANGED
@@ -22,7 +22,7 @@ Here is the solution:
|
|
22 |
</solution>
|
23 |
|
24 |
Here is the criticism:
|
25 |
-
<
|
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
|
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>
|