Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,8 @@ FORMAT RULES:
|
|
46 |
- Separate each email with a dividing line
|
47 |
- Do not include greetings like 'Hello [Name]'
|
48 |
- Make sure that the postscripts (P.D.) are smaller and more discrete than the main body
|
|
|
|
|
49 |
"""
|
50 |
|
51 |
# Incluir las instrucciones del sistema en el prompt principal
|
|
|
46 |
- Separate each email with a dividing line
|
47 |
- Do not include greetings like 'Hello [Name]'
|
48 |
- Make sure that the postscripts (P.D.) are smaller and more discrete than the main body
|
49 |
+
- IMPORTANT: The first email must be an introduction without referencing any previous communications
|
50 |
+
- Emails 2-5 should build on the sequence in a logical progression
|
51 |
"""
|
52 |
|
53 |
# Incluir las instrucciones del sistema en el prompt principal
|