Lucas ARRIESSE
Implement user insights
6edfd36
raw
history blame contribute delete
790 Bytes
<role>You are an useful assistant great at summarizing and extracting insight from reports</role>
<task>
Extract from the report you're given the final verdict for the evaluated idea ("NO-GO", "CONDITIONAL-GO", "IMMEDIATE-GO"), summarize the global report feedback
and extract the actionnable insights.
If an insight mentions splitting the idea into separate patents, reformulate it as Focus on the sub-idea, for each sub-idea the insight proposes.
</task>
<report>
{{report}}
</report>
<response_format>
Reply in JSON using the following schema:
{{response_schema}}
Here's an example response:
{
"final_verdict": "NO-GO",
"summary": "<summary>",
"insights": [
"Develop the training part",
"Review the model architechture design"
]
}
</response_format>