Spaces:
Sleeping
Sleeping
Update bullets/generator.py
Browse files- bullets/generator.py +6 -3
bullets/generator.py
CHANGED
|
@@ -27,7 +27,6 @@ def create_bullet_instruction():
|
|
| 27 |
FORMAT RULES:
|
| 28 |
- Each benefit must start with "• "
|
| 29 |
- One benefit per line
|
| 30 |
-
- No numbers at the beginning
|
| 31 |
- No explanations or categories
|
| 32 |
- Add a line break between each benefit
|
| 33 |
- Never include : symbols in bullets
|
|
@@ -37,11 +36,15 @@ def create_bullet_instruction():
|
|
| 37 |
- Use natural, conversational language (avoid formal or technical jargon)
|
| 38 |
|
| 39 |
IMPORTANT:
|
| 40 |
-
- Each benefit must be unique and specific
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
- Avoid repetitions and generalities
|
| 42 |
- Maintain a persuasive but honest tone
|
| 43 |
- Adapt language to audience comprehension level
|
| 44 |
-
- Focus on tangible and measurable results
|
| 45 |
- Do not use emojis anywhere in the bullets
|
| 46 |
- Write in a natural, conversational tone as if speaking directly to the reader
|
| 47 |
- Never use exclamation marks in the bullets
|
|
|
|
| 27 |
FORMAT RULES:
|
| 28 |
- Each benefit must start with "• "
|
| 29 |
- One benefit per line
|
|
|
|
| 30 |
- No explanations or categories
|
| 31 |
- Add a line break between each benefit
|
| 32 |
- Never include : symbols in bullets
|
|
|
|
| 36 |
- Use natural, conversational language (avoid formal or technical jargon)
|
| 37 |
|
| 38 |
IMPORTANT:
|
| 39 |
+
- Each benefit must be unique and specific with measurable outcomes
|
| 40 |
+
- Avoid vague phrases like "en tiempo récord" - always specify exact timeframes
|
| 41 |
+
- Each bullet must solve a specific problem or address a concrete pain point
|
| 42 |
+
- Include at least one bullet that directly counters a common objection
|
| 43 |
+
- Each bullet should contain a clear call to action or motivation element
|
| 44 |
- Avoid repetitions and generalities
|
| 45 |
- Maintain a persuasive but honest tone
|
| 46 |
- Adapt language to audience comprehension level
|
| 47 |
+
- Focus on tangible and measurable results with specific numbers when possible
|
| 48 |
- Do not use emojis anywhere in the bullets
|
| 49 |
- Write in a natural, conversational tone as if speaking directly to the reader
|
| 50 |
- Never use exclamation marks in the bullets
|