baconnier commited on
Commit
32cb482
1 Parent(s): 22bbafc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -50,9 +50,11 @@ Only provide the output in the following JSON format with only the following ke
50
  {
51
  "initial_prompt": The original prompt provided,
52
  "initial_prompt_evaluation": Your analysis of the initial prompt in a string,
53
- "expanded_prompts": An array of the alternative prompt versions you generated,
 
54
  "prompt_clusters": An object containing the clustered prompt versions,
55
  "demonstration_outlines": An object containing your approach outlines for each cluster, without actual responses,
 
56
  "list_of_refined_prompts": An array of the refined prompt versions,
57
  "refined_prompt": The final, synthesized prompt from list_of_refined_prompts in one string format,
58
  "explanation_of_refinements": "Detailed explanation of techniques used and improvements made, including the extract of final prompt where it used. Answer in a string "
 
50
  {
51
  "initial_prompt": The original prompt provided,
52
  "initial_prompt_evaluation": Your analysis of the initial prompt in a string,
53
+ "Prompt Analysis": the result of your Prompt Analysis,
54
+ "expanded_prompts": An array of the alternative prompt versions you generated resulting from Prompt Expansion,
55
  "prompt_clusters": An object containing the clustered prompt versions,
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_refined_prompts": An array of the refined prompt versions,
59
  "refined_prompt": The final, synthesized prompt from list_of_refined_prompts 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 "