build_docx
Create a DOCX resume from a validated tailored JSON file; output filename uses the contact name.
Instructions
Build a DOCX resume from a tailored JSON file. Should only be called after validate_resume passes. Output filename is derived from the base resume Contact.Name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_path | Yes | Path to tailored JSON file | |
| output_path | No | Custom DOCX output path (auto-derived if omitted) |