Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ Only provide the output in the following JSON format with only the following ke
|
|
56 |
"demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses,
|
57 |
"Cross-Pollination": resulting from Cross-Pollination analysis,
|
58 |
"list_of_prompts_refined": An array of the refined prompt versions,
|
59 |
-
"refined_prompt": The final, synthesized prompt from
|
60 |
"explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
|
61 |
}
|
62 |
</json>
|
|
|
56 |
"demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses,
|
57 |
"Cross-Pollination": resulting from Cross-Pollination analysis,
|
58 |
"list_of_prompts_refined": An array of the refined prompt versions,
|
59 |
+
"refined_prompt": The final, synthesized prompt from list_of_prompts_refined in one string format,
|
60 |
"explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
|
61 |
}
|
62 |
</json>
|