JeCabrera commited on
Commit
817a412
·
verified ·
1 Parent(s): ffec0f5

Update format/format.py

Browse files
Files changed (1) hide show
  1. format/format.py +7 -43
format/format.py CHANGED
@@ -119,51 +119,15 @@ Problemas:
119
  ENSURE there is an EMPTY LINE between each bullet point to create proper paragraph separation.
120
  DO NOT use hyphens (-) or numbers for these lists.
121
 
122
- \n\nABSOLUTELY CRITICAL - CONSCIOUSNESS LEVEL MAPPING:
123
- You MUST use the EXACT consciousness level from this mapping:
124
 
125
- - If user selects "Ninguno" → Use "Desconocido" in your response
126
- - If user selects "Consciente del problema" Use "Consciente del problema" in your response
127
- - If user selects "Consciente de la solución" → Use "Consciente de la solución" in your response
128
- - If user selects "Consciente del producto" → Use "Consciente del producto" in your response
129
- - If user selects "Consciente de la compra" → Use "Consciente de la compra" in your response
130
 
131
- DO NOT DEVIATE from this mapping under any circumstances.
132
 
133
- For "Desconocido" level:
134
- - The person is completely unaware they have a problem
135
- - They don't recognize any need for change
136
- - They are not actively looking for solutions
137
- - Their fears and frustrations exist but they don't connect them to this specific problem
138
-
139
- For "Consciente del problema" level:
140
- - The person knows they have a problem
141
- - They feel the pain and recognize the issue
142
- - They don't yet know what solutions exist
143
- - They are beginning to research and understand their problem
144
-
145
- For "Consciente de la solución" level:
146
- - The person knows what type of solution they need
147
- - They are actively comparing different options
148
- - They understand how solutions work but haven't chosen one
149
- - They are evaluating features, benefits, and pricing
150
-
151
- For "Consciente del producto" level:
152
- - The person knows about your specific product/service
153
- - They are considering it but haven't decided to purchase
154
- - They may have objections or concerns about your offering
155
- - They need convincing about your specific solution
156
-
157
- For "Consciente de la compra" level:
158
- - The person is ready to buy
159
- - They need a final push or incentive
160
- - They are looking for validation of their decision
161
- - They may need help with the purchasing process
162
-
163
- The "Nivel de conciencia" section in your response MUST follow this exact format:
164
- **Nivel de conciencia**: [EXACT MAPPED LEVEL] - [explanation consistent with that level]
165
-
166
- ALL other aspects of the persona (fears, problems, etc.) MUST be consistent with the specified consciousness level.
167
  """
168
  }
169
 
@@ -270,4 +234,4 @@ Have you addressed these essential aspects in your buyer persona?
270
  Ensure your buyer persona thoroughly addresses these questions to create an accurate profile of someone who will value and invest in your offering.
271
  ---
272
  """
273
- }
 
119
  ENSURE there is an EMPTY LINE between each bullet point to create proper paragraph separation.
120
  DO NOT use hyphens (-) or numbers for these lists.
121
 
122
+ # Modificamos el bullet_format para incluir instrucciones específicas sobre el nivel "Ninguno"
123
+ buyer_persona_formats["bullet_format"] += """
124
 
125
+ \n\nCRITICAL - HANDLING "NINGUNO" LEVEL:
126
+ If the user selects "Ninguno" as the consciousness level, you MUST completely OMIT the "Nivel de conciencia" section from your response. Do not include this section at all in the generated profile.
 
 
 
127
 
128
+ For all other consciousness levels, follow the mapping as instructed above.
129
 
130
+ When the user selects "Ninguno", your response should NOT contain any line starting with "**Nivel de conciencia**". Skip directly from "**¿Cómo es?**" to "**Miedos**" without any mention of consciousness level.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  """
132
  }
133
 
 
234
  Ensure your buyer persona thoroughly addresses these questions to create an accurate profile of someone who will value and invest in your offering.
235
  ---
236
  """
237
+ }