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

Update format/format.py

Browse files
Files changed (1) hide show
  1. format/format.py +41 -11
format/format.py CHANGED
@@ -119,21 +119,51 @@ 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\nCRITICAL - CONSCIOUSNESS LEVEL INSTRUCTIONS:
123
- You MUST use EXACTLY the consciousness level provided by the user in your response. Do not change, upgrade, or modify the consciousness level in any way.
124
 
125
- If the user specifies "Desconocido", the persona MUST be at the "Desconocido" level.
126
- If the user specifies "Consciente del problema", the persona MUST be at the "Consciente del problema" level.
127
- If the user specifies "Consciente de la solución", the persona MUST be at the "Consciente de la solución" level.
128
- If the user specifies "Consciente del producto", the persona MUST be at the "Consciente del producto" level.
129
- If the user specifies "Consciente de la compra", the persona MUST be at the "Consciente de la compra" level.
130
 
131
- The "Nivel de conciencia" section in your response MUST start with the EXACT consciousness level provided by the user, followed by an explanation that is consistent with that level.
132
 
133
- For example, if the user specifies "Desconocido", your response must include:
134
- **Nivel de conciencia**: Desconocido - [explanation appropriate for someone unaware of their problem]
 
 
 
135
 
136
- All other aspects of the persona (fears, problems, etc.) MUST be consistent with the specified consciousness level.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  """
138
  }
139
 
 
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