| <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> |