Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ but respect their boundaries. Once you believe you have gathered sufficient info
|
|
30 |
have nothing more to share), let them know they can click 'Generate Profile' to proceed.
|
31 |
"""
|
32 |
|
33 |
-
EXTRACTION_PROMPT = """You are LOSS DOG's data processing system. Analyze the provided conversation and
|
34 |
-
structured information into the following categories:
|
35 |
|
36 |
1. Work History & Experience: Job titles, companies, industries, locations, adaptability, promotions
|
37 |
2. Salary & Compensation: Base salary, bonuses, equity, benefits (if shared)
|
@@ -43,7 +43,7 @@ structured information into the following categories:
|
|
43 |
8. Project Contributions: Major projects, open-source, patents, impact
|
44 |
9. Performance Metrics: KPIs, revenue impact, growth metrics
|
45 |
|
46 |
-
Format the output as clean, structured JSON.
|
47 |
Mark any inferred information clearly."""
|
48 |
class ProfileBuilder:
|
49 |
def __init__(self):
|
|
|
30 |
have nothing more to share), let them know they can click 'Generate Profile' to proceed.
|
31 |
"""
|
32 |
|
33 |
+
EXTRACTION_PROMPT = """You are LOSS DOG's data processing system. Analyze the provided conversation and proactively interpret them for possible duduced
|
34 |
+
information that can be extracted. Turn the structured information into the following categories as json:
|
35 |
|
36 |
1. Work History & Experience: Job titles, companies, industries, locations, adaptability, promotions
|
37 |
2. Salary & Compensation: Base salary, bonuses, equity, benefits (if shared)
|
|
|
43 |
8. Project Contributions: Major projects, open-source, patents, impact
|
44 |
9. Performance Metrics: KPIs, revenue impact, growth metrics
|
45 |
|
46 |
+
Format the output as clean, structured JSON.
|
47 |
Mark any inferred information clearly."""
|
48 |
class ProfileBuilder:
|
49 |
def __init__(self):
|