Reqxtract-v2 / prompts /structure_solution.txt
Lucas ARRIESSE
Merge all API endpoints into the app API
f6bffda
raw
history blame contribute delete
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 schema:
{{response_schema}}
</response_format>