Lucas ARRIESSE commited on
Commit
103c3d9
·
1 Parent(s): 77fcdbb

Add endpoints to use Insight Finder API

Browse files
prompts/if/format_requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  <role>You are an expert system designer</role>
2
  <task>
3
  Your task is to transform a category of requirements into a JSON object where the object key is a short title (with spaces) for the requirement and the value is the requirement.
4
- Give the the 10 most important constraints that must be solved to address the general problem of the category.
 
5
  </task>
6
 
7
  <requirements>
 
1
  <role>You are an expert system designer</role>
2
  <task>
3
  Your task is to transform a category of requirements into a JSON object where the object key is a short title (with spaces) for the requirement and the value is the requirement.
4
+ Give the the most important constraints that must be solved to address the general problem of the category.
5
+ Give at most the 10 most important constraints.
6
  </task>
7
 
8
  <requirements>
prompts/if/synthesize_solution.txt CHANGED
@@ -7,7 +7,7 @@ You may use the technologies listed below for the mechanisms of your solution.
7
 
8
  You must aim for the following goals:
9
  - The solution must aim to maximize requirement satisfaction while respecting the context.
10
- - Provide a list of requirements addressed by the solution
11
  - Please also detail each mechanism and how they work in the final solution description.
12
  - Please describe the solution description using markdown in a consistent format.
13
  </task>
 
7
 
8
  You must aim for the following goals:
9
  - The solution must aim to maximize requirement satisfaction while respecting the context.
10
+ - Provide a list of requirements addressed by the solution (provide the requirement IDs)
11
  - Please also detail each mechanism and how they work in the final solution description.
12
  - Please describe the solution description using markdown in a consistent format.
13
  </task>