File size: 707 Bytes
36dc4ec
 
d4b51a7
 
 
36dc4ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>