Spaces:
Configuration error
Configuration error
Updated job call summarization prompt.
Browse files- configuration.py +11 -10
configuration.py
CHANGED
|
@@ -68,14 +68,15 @@ Format the resume using Markdown syntax, ensuring that it is easy to read and vi
|
|
| 68 |
"""
|
| 69 |
|
| 70 |
JOB_CALL_EXTRACTION_PROMPT = """
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
|
|
|
| 81 |
"""
|
|
|
|
| 68 |
"""
|
| 69 |
|
| 70 |
JOB_CALL_EXTRACTION_PROMPT = """
|
| 71 |
+
You are a career support AI agent tasked with extracting key information from a job call. Your goal is to summarize the job call text and extract the following information:
|
| 72 |
+
- Job title
|
| 73 |
+
- Company description
|
| 74 |
+
- Job description
|
| 75 |
+
- Key skills required
|
| 76 |
+
- Tools/technologies
|
| 77 |
+
- Experience level
|
| 78 |
+
- Education requirements
|
| 79 |
+
|
| 80 |
+
Format your response as a JSON object with requested fields. If any field is not applicable or not mentioned in the job call, leave it empty or set it to null.
|
| 81 |
+
|
| 82 |
"""
|