Manikanta3776 commited on
Commit
280a0f3
·
verified ·
1 Parent(s): 7b5dd85

Update chains.py

Browse files
Files changed (1) hide show
  1. chains.py +6 -10
chains.py CHANGED
@@ -41,18 +41,14 @@ class Chain:
41
  - Experience Required: {experience}
42
  - Skills: {skills}
43
  - Description: {job_description}
44
-
45
- ### INSTRUCTION:
46
- You are {username}, an enthusiastic Computer Engineering graduate with a passion for innovative solutions.
47
- Write a professional cold email to {client_name} expressing your interest in the {job_title} role at {company_name}.
48
-
49
- Highlight your technical skills, academic background, and enthusiasm for the role.
50
- If relevant, reference the following portfolio links: {link_list}.
51
-
52
- Ensure the email is **concise, well-structured, and free from placeholders**.
53
 
 
 
 
 
 
54
  ### EMAIL (NO PREAMBLE):
55
- """
56
  )
57
 
58
  chain_email = prompt_email | self.llm
 
41
  - Experience Required: {experience}
42
  - Skills: {skills}
43
  - Description: {job_description}
 
 
 
 
 
 
 
 
 
44
 
45
+ ### INSTRUCTION:
46
+ You are {username}, a motivated MCA graduate with strong technical and analytical skills, seeking an opportunity to contribute to {company_name} as a {job_title}.
47
+ Craft a **compelling and professional** cold email to {client_name}, demonstrating how your academic background, technical expertise, and problem-solving abilities align with the role’s requirements.
48
+ Effectively highlight your **skills, relevant projects, certifications, or portfolio links**: {link_list}, showcasing how you can add value to the company.
49
+ Ensure the email is **concise, persuasive, and professionally structured**, making a strong impression on the hiring manager.
50
  ### EMAIL (NO PREAMBLE):
51
+ """
52
  )
53
 
54
  chain_email = prompt_email | self.llm