ak0601 commited on
Commit
7ced042
·
verified ·
1 Parent(s): 36ac917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1035,10 +1035,7 @@ async def generate_sequences_with_llm(job_description: str) -> List[CampaignSequ
1035
  - `{{Title}}`
1036
  - `{{Welcome_Message}}`
1037
  - `{{Closing_Message}}`
1038
-
1039
- **PLACEHOLDER FORMAT:** You MUST use double curly braces: `{{placeholder_name}}`.
1040
- - **CORRECT:** `{{first_name}}`, `{{company_name}}`
1041
- - **INCORRECT:** `{first_name}`
1042
  Email Sequence Structure:
1043
  1. INTRODUCTION (Day 1): Start the email with `{{Welcome_Message}}`. Ask for consent and interest in the role. End the email with `{{Closing_Message}}` followed by the sender's name and title.
1044
  2. OUTREACH (Day 3): Provide detailed job information. This is a follow-up, so it should not have a subject line.
 
1035
  - `{{Title}}`
1036
  - `{{Welcome_Message}}`
1037
  - `{{Closing_Message}}`
1038
+
 
 
 
1039
  Email Sequence Structure:
1040
  1. INTRODUCTION (Day 1): Start the email with `{{Welcome_Message}}`. Ask for consent and interest in the role. End the email with `{{Closing_Message}}` followed by the sender's name and title.
1041
  2. OUTREACH (Day 3): Provide detailed job information. This is a follow-up, so it should not have a subject line.