reqroup / prompts /structure_solution.txt
Lucas ARRIESSE
Reorganize endpoints + add refine_solution endpoint
03acc5b
<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 schema:
{{response_schema}}
</response_format>