Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +22 -0
prompts.py
CHANGED
@@ -180,6 +180,28 @@ Select these deeper motivations from the list provided in the reference, choosin
|
|
180 |
This awareness level must COMPLETELY DETERMINE how the ideal customer thinks, feels, and acts.
|
181 |
ADAPT THE ENTIRE PROFILE (especially their fears, frustrations, problems, and insecurities) to
|
182 |
consistently reflect this level of awareness.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
"""
|
184 |
|
185 |
# Construir las instrucciones completas
|
|
|
180 |
This awareness level must COMPLETELY DETERMINE how the ideal customer thinks, feels, and acts.
|
181 |
ADAPT THE ENTIRE PROFILE (especially their fears, frustrations, problems, and insecurities) to
|
182 |
consistently reflect this level of awareness.
|
183 |
+
|
184 |
+
CRITICAL: You MUST include a section titled "Nivel de conciencia" in your response with this exact format:
|
185 |
+
**Nivel de conciencia:** {consciousness_level} - [Brief explanation of how this awareness level manifests in their life]
|
186 |
+
|
187 |
+
Example:
|
188 |
+
**Nivel de conciencia:** Desconocido - No es consciente de que la falta de dominio del inglés está limitando sus oportunidades. Atribuye su estancamiento a otros factores, como la suerte o la política de la empresa.
|
189 |
+
"""
|
190 |
+
else:
|
191 |
+
# Default to "Desconocido" if no consciousness level is specified
|
192 |
+
consciousness_instruction = """
|
193 |
+
\n\nIMPORTANT - CUSTOMER AWARENESS LEVEL: DESCONOCIDO
|
194 |
+
El cliente NO SABE que tiene un problema. Su perfil debe reflejar que no es consciente de su necesidad, aunque experimenta síntomas. Sus frustraciones y problemas deben estar relacionados con los síntomas, NO con la solución. NO debe estar buscando activamente soluciones.
|
195 |
+
|
196 |
+
This awareness level must COMPLETELY DETERMINE how the ideal customer thinks, feels, and acts.
|
197 |
+
ADAPT THE ENTIRE PROFILE (especially their fears, frustrations, problems, and insecurities) to
|
198 |
+
consistently reflect this level of awareness.
|
199 |
+
|
200 |
+
CRITICAL: You MUST include a section titled "Nivel de conciencia" in your response with this exact format:
|
201 |
+
**Nivel de conciencia:** Desconocido - [Brief explanation of how this awareness level manifests in their life]
|
202 |
+
|
203 |
+
Example:
|
204 |
+
**Nivel de conciencia:** Desconocido - No es consciente de que la falta de dominio del inglés está limitando sus oportunidades. Atribuye su estancamiento a otros factores, como la suerte o la política de la empresa.
|
205 |
"""
|
206 |
|
207 |
# Construir las instrucciones completas
|