10 lines
325 B
Text
10 lines
325 B
Text
|
|
Extract structured information from the user's unstructured input.
|
||
|
|
|
||
|
|
Return a JSON object with the extracted fields. Common fields include:
|
||
|
|
- name, email, phone
|
||
|
|
- company_name, job_title
|
||
|
|
- skills, experience_years
|
||
|
|
- message, description
|
||
|
|
|
||
|
|
Only extract fields that are clearly present in the input. Use null for missing fields.
|