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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -1029,13 +1029,16 @@ async def generate_sequences_with_llm(job_description: str) -> List[CampaignSequ
1029
  Generate ONLY the subject lines and email body content for 3 professional email sequences.
1030
  Write the email on behalf of Ali Taghikhani, CEO SRN.
1031
 
1032
- Use the following placeholders in your templates, EXACTLY as written:
1033
  - `{{first_name}}`
1034
- - `{{company}}`
1035
  - `{{Title}}`
1036
  - `{{Welcome_Message}}`
1037
  - `{{Closing_Message}}`
1038
- - Always use double braces for placeholders
 
 
 
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.
 
1029
  Generate ONLY the subject lines and email body content for 3 professional email sequences.
1030
  Write the email on behalf of Ali Taghikhani, CEO SRN.
1031
 
1032
+ Use the following placeholders in your templates, EXACTLY as writtenm, AlWAYS use double braces for placeholders:
1033
  - `{{first_name}}`
1034
+ - `{{company_name}}`
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.