parse_cv
Extract contact fields from pasted CV text using regex. Returns candidate fields, flags unknowns for confirmation, and does not write the profile until human approves.
Instructions
Zero-LLM regex extraction of contact fields from pasted CV text. Returns candidate fields (None = unknown — ask the human, never invent). Does NOT write the profile: CONFIRM with the human, then call update_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cv_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |