Reqxtract-API / prompts /structure_solution.txt
Lucas ARRIESSE
Fix off-by-one issue with requirement IDs + add /search_solutions_gemini endpoint
72683de
raw
history blame
314 Bytes
<role>You are an expert system designer</role>
<task>Your task is to take a solution you've created previously and structure it into a JSON object.</task>
Here is the solution
<solution>
{{solution}}
</solution>
<response_format>
Reply in JSON using the following format:
{{response_schema}}
</response_format>