Update chains.py
Browse files
chains.py
CHANGED
|
@@ -33,7 +33,7 @@ class Chain:
|
|
| 33 |
return res if isinstance(res, list) else [res]
|
| 34 |
|
| 35 |
def write_mail(self, job, links, username="Computer Engineering Student", client_name="Hiring Manager"):
|
| 36 |
-
|
| 37 |
"""
|
| 38 |
### JOB DESCRIPTION:
|
| 39 |
{{job_description}}
|
|
|
|
| 33 |
return res if isinstance(res, list) else [res]
|
| 34 |
|
| 35 |
def write_mail(self, job, links, username="Computer Engineering Student", client_name="Hiring Manager"):
|
| 36 |
+
prompt_email = PromptTemplate.from_template(
|
| 37 |
"""
|
| 38 |
### JOB DESCRIPTION:
|
| 39 |
{{job_description}}
|