generate_resume
Create a LaTeX resume by rendering your data with a chosen template style. Specify output filename and template (modern, classic, or minimal).
Instructions
Render resume data to LaTeX source using a template.
Args: output_filename: Base filename for output (without extension). template_name: Template style ('modern', 'classic', 'minimal').
Returns: JSON with LaTeX file path and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_filename | No | resume | |
| template_name | No | modern |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |