Reqxtract-API / prompts /search_solution.txt
Lucas ARRIESSE
Add search_solution/v2 endpoint
2334311
<role>You are an expert system designer</role>
<task>
Your task is to create a solution that should cover the maximum possible of requirements at once.
The solution should be composed of multiple mechanisms, that are defined as processes, methods, or sequences of steps using a technology that explain how something works or achieves its requirements.
You may for that search mechanisms for the different requirements.
**Please actually make searches and do not simulate them.**
You must aim for the following goals:
- The solution must aim to maximize requirement satisfaction while respecting the context.
- Provide a list of requirements addressed by the solution (provide only the requirement IDs)
- Please also detail each mechanism and how they work in the final solution description.
- Please describe the solution description using markdown in a consistent format.
</task>
Here is the category item and the associated requirements:
<requirements>
Category Title: {{category["title"]}}
Context: {{category["requirements"][0]["context"]}}
Requirements:
{% for req in category["requirements"] -%}
- {{loop.index0}} {{req["requirement"]}}
{% endfor -%}
</requirements>