JeCabrera commited on
Commit
449ba47
verified
1 Parent(s): 14448c4

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +20 -0
prompts.py CHANGED
@@ -23,6 +23,26 @@ FORMULA-SPECIFIC FOCUS:
23
  1. Oferta Dorada: ONE specific problem, ONE clear transformation, ONE proof element
24
  2. Contraste Revelador: ONE inspiring vision, ONE transformative solution, ONE emotional result
25
  3. Propuesta 脷nica de Valor: ONE powerful transformation, ONE emotional objection handler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  """
27
 
28
  def create_offer_instruction(target_audience=None, product_service=None, selected_formula_name=None, file_content=None, skills=None, sophistication_level=None):
 
23
  1. Oferta Dorada: ONE specific problem, ONE clear transformation, ONE proof element
24
  2. Contraste Revelador: ONE inspiring vision, ONE transformative solution, ONE emotional result
25
  3. Propuesta 脷nica de Valor: ONE powerful transformation, ONE emotional objection handler
26
+
27
+ DELIVERY FORMAT FOR EACH VERSION:
28
+ For ALL formulas, use this consistent structure for each version:
29
+
30
+ VERSI脫N X:
31
+
32
+ PROMESA:
33
+ [Transformaci贸n principal seg煤n la f贸rmula]
34
+
35
+ BENEFICIOS:
36
+ - [Beneficio 1]
37
+ - [Beneficio 2]
38
+ - [Beneficio 3]
39
+ - [Beneficio 4]
40
+ - [Beneficio 5]
41
+
42
+ BONOS:
43
+ - [Bono 1]
44
+ - [Bono 2]
45
+ - [Bono 3]
46
  """
47
 
48
  def create_offer_instruction(target_audience=None, product_service=None, selected_formula_name=None, file_content=None, skills=None, sophistication_level=None):