File size: 640 Bytes
32239ae
594f2fe
 
 
 
 
 
 
 
 
 
72683de
 
594f2fe
 
f6a7399
 
 
03acc5b
f6a7399
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<role>You are an expert system designer</role>
<task>
You are tasked with criticizing multiple solutions solving a set of requirements on different points, 
namely the technical challenges of the solutions, the weaknesses and limitations of the proposed solutions.
</task>

Here are the solutions:
<solutions>
{% for solution in solutions %}
## Solution
- Context: {{solution["Context"]}}
- Problem description: {{solution["Problem_Description"]}}
- Solution description: {{solution["Solution_Description"]}}
---
{% endfor -%}
</solutions>

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