Lucas ARRIESSE
commited on
Commit
·
7848054
1
Parent(s):
03acc5b
Update prompt
Browse files
prompts/search_solution.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
<role>You are an expert system designer</role>
|
2 |
<task>
|
3 |
-
Your task is to create a solution which is a combination of mechanisms that
|
|
|
|
|
4 |
Please actually make searches and do not simulate them.
|
5 |
</task>
|
6 |
|
@@ -17,5 +19,5 @@ Requirements:
|
|
17 |
<additional_instructions>
|
18 |
- The solution must aim to maximize requirement satisfaction while respecting the context.
|
19 |
- Provide a list of requirements addressed by the solution (provide only the requirement IDs)
|
20 |
-
- Please also detail each mechanism
|
21 |
</additional_instructions>
|
|
|
1 |
<role>You are an expert system designer</role>
|
2 |
<task>
|
3 |
+
Your task is to create a solution which is a combination of mechanisms that are defined as processes, methods, or sequences of steps that explain how something works or achieves its requirements.
|
4 |
+
Your solution should cover the maximum possible number of requirements at once.
|
5 |
+
You may for that search mechanisms for the different requirements.
|
6 |
Please actually make searches and do not simulate them.
|
7 |
</task>
|
8 |
|
|
|
19 |
<additional_instructions>
|
20 |
- The solution must aim to maximize requirement satisfaction while respecting the context.
|
21 |
- Provide a list of requirements addressed by the solution (provide only the requirement IDs)
|
22 |
+
- Please also detail each mechanism and how they work in the final solution description.
|
23 |
</additional_instructions>
|