first commit v2
This commit is contained in:
parent
2dcd7943e8
commit
d8b7e7fda6
18 changed files with 663 additions and 1398 deletions
1
job.py
1
job.py
|
|
@ -9,6 +9,7 @@ class Job:
|
|||
apply_method: str
|
||||
description: str = ""
|
||||
summarize_job_description: str = ""
|
||||
pdf_path: str = ""
|
||||
|
||||
def set_summarize_job_description(self, summarize_job_description):
|
||||
self.summarize_job_description = summarize_job_description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue