File size: 1,048 Bytes
03acc5b
 
 
 
 
 
 
6220b15
03acc5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
be1521a
6220b15
 
 
 
 
 
 
 
 
 
 
be1521a
6220b15
 
03acc5b
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<role>You are an expert system designer</role>
<task>
Your task is to refine a solution to account for the technical challenges, weaknesses and limitations that were critiqued. 
No need to include that the solution is refined.
</task>

Here is the solution:
<solution>
# Solution Context: 
{{solution['Context']}}

# Requirements solved by the solution
{% for req in solution['Requirements'] -%}
- {{req}}
{% endfor %}

# Problem description associated to the solution
{{solution['Problem_Description']}}

# Description of the solution
{{solution['Solution_Description']}}
</solution>

Here is the criticism:
<criticism>
# Technical Challenges
{% for challenge in criticism['technical_challenges'] -%}
    - {{challenge}}
{% endfor %}

# Weaknesses
{% for weakness in criticism['weaknesses'] -%}
    - {{weakness}}
{% endfor %}

# Limitations
{% for limitation in criticism['limitations'] -%}
    - {{limitation}}
{% endfor %}
</criticism>

<response_format>
Reply in JSON using the following response schema:
{{response_schema}}
</response_format>