save_tailored_resume
Save a tailored resume JSON to a specified file path for later use or sharing.
Instructions
Save a tailored resume JSON. Writes to data/.json by default, or to a custom path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Filename slug (e.g. 'CrossCountry_Network_Security') | |
| output_path | No | Custom output path (default: data/<slug>.json) | |
| resume_json | Yes | Full tailored resume JSON as a string |