Spaces:
Running
Running
Upload 11 files
Browse files- format/format.py +9 -4
format/format.py
CHANGED
@@ -522,11 +522,16 @@ buyer_persona_formats = {
|
|
522 |
"""
|
523 |
},
|
524 |
|
525 |
-
#
|
526 |
-
|
|
|
|
|
|
|
|
|
|
|
527 |
|
528 |
-
|
529 |
-
|
530 |
\n\nIMPORTANT - LIST FORMAT:
|
531 |
For the sections of Fears, Insecurities, Guilt, Problems, and Frustrations, use BULLET POINTS (•) with PROPER PARAGRAPH BREAKS after each item.
|
532 |
|
|
|
522 |
"""
|
523 |
},
|
524 |
|
525 |
+
# Añegué esta entrada dentro del diccionario principal
|
526 |
+
"example": {
|
527 |
+
"template": "Plantilla de ejemplo",
|
528 |
+
"description": "Descripción de ejemplo",
|
529 |
+
"example": "Ejemplo de contenido"
|
530 |
+
}
|
531 |
+
}
|
532 |
|
533 |
+
# Estas variables deben estar fuera del diccionario principal
|
534 |
+
bullet_format_instructions = """
|
535 |
\n\nIMPORTANT - LIST FORMAT:
|
536 |
For the sections of Fears, Insecurities, Guilt, Problems, and Frustrations, use BULLET POINTS (•) with PROPER PARAGRAPH BREAKS after each item.
|
537 |
|