generate_report_from_text
Convert raw text or LLM chat output into a structured PDF report. Automatically detects sections and applies title, author, company, and classification metadata.
Instructions
Convert raw text or LLM chat output into a structured PDF report. Pass unstructured text and basic metadata — sections are detected automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw text or LLM output to convert into a report | |
| title | Yes | Report title | |
| author | No | Author name | |
| company | No | Company name | |
| theme_name | No | Theme name: default, navy, charcoal, forest, burgundy | default |
| classification | No | Classification label: PUBLIC, INTERNAL, CONFIDENTIAL, or empty |