save_report
Save the finalized infrastructure advisory report and all follow-up answers as Markdown and HTML files for offline access.
Instructions
Save the final report (and any follow-ups) to .md and .html files.
Call this when the user is satisfied with the report — this is the explicit finalize action. Pass all follow-up answers accumulated during the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_content | Yes | Main report markdown from generate_full_report. | |
| followups | No | Follow-up answer strings from generate_followup_answer, in order. | |
| filename | No | Base filename without extension. Auto-generated from timestamp + slug if omitted. | |
| output_dir | No | Directory to write files into (created if needed). Defaults to "reports/". | reports |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md_path | Yes | ||
| html_path | Yes | ||
| filename_stem | Yes | ||
| saved_at | Yes |