Spaces:
Running
Running
Update format/format.py
Browse files- 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\
|
123 |
-
You MUST use
|
124 |
|
125 |
-
If
|
126 |
-
If
|
127 |
-
If
|
128 |
-
If
|
129 |
-
If
|
130 |
|
131 |
-
|
132 |
|
133 |
-
For
|
134 |
-
|
|
|
|
|
|
|
135 |
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|