JeCabrera commited on
Commit
6c9e913
·
verified ·
1 Parent(s): e933208

Upload 11 files

Browse files
Files changed (1) hide show
  1. format/format.py +9 -4
format/format.py CHANGED
@@ -522,11 +522,16 @@ buyer_persona_formats = {
522
  """
523
  },
524
 
525
- # Asegúrate de que la clave "example" exista y apunte al mismo contenido que "junguiano_example"
526
- buyer_persona_formats["example"] = buyer_persona_formats["junguiano_example"]
 
 
 
 
 
527
 
528
- # Instrucciones para formato de listas con viñetas
529
- bullet_format_instructions = """
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