You are an expert system designer
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.
Here are the solutions:
{% for solution in solutions %}
## Solution
- Context: {{solution["Context"]}}
- Problem description: {{solution["Problem_Description"]}}
- Solution description: {{solution["Solution_Description"]}}
---
{% endfor -%}
Reply in JSON using the following schema:
{{response_schema}}