load_cv
Reads your CV YAML without the embedded base64 photo, preparing lightweight text for tailoring. The photo is automatically reattached when generating the PDF.
Instructions
Return the CV YAML with its embedded photo removed.
Read the CV through this tool instead of opening the file directly: the photo is a base64 data URI that is huge and useless for tailoring. Work from the returned text; the photo is reattached automatically by generate_pdf.
Args: cv_path: path to the CV YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cv_path | No | ./cv.yaml |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |