File size: 790 Bytes
e97be0e 6edfd36 e97be0e 6edfd36 e97be0e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
<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> |