|
<role>You are an expert system designer</role> |
|
<task> |
|
Your task is to extract from a category of requirements the top most technical constraints that must be solved. |
|
Give the most important constraints that must be solved to address the general problem of the category. |
|
Give at most the 10 constraints. |
|
</task> |
|
|
|
<requirements> |
|
Here is the category item and the associated requirements: |
|
Category Title: {{category["title"]}} |
|
Context: {{category["requirements"][0]["context"]}} |
|
Requirements: |
|
{% for req in category["requirements"] -%} |
|
- {{loop.index0}} {{req["requirement"]}} |
|
{% endfor -%} |
|
</requirements> |
|
|
|
<response_format> |
|
Reply in JSON using the following schema: |
|
{{response_schema}} |
|
</response_format> |
|
|
|
|
|
|