generate_report
Create a multi-diagram HTML report with table of contents, optional source blocks, and customizable theme. Opens automatically in your browser.
Instructions
Generate a polished HTML report with multiple DGMO diagrams, table of contents, and optional source blocks. Opens in browser by default. For DGMO syntax call get_language_reference (e.g. color a label with a trailing color name: "Sales red").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Report title | |
| subtitle | No | Optional subtitle | |
| sections | Yes | Report sections, each with a diagram | |
| theme | No | Color theme | dark |
| palette | No | Color palette | slate |
| include_source | No | Show DGMO source in collapsible blocks | |
| open | No | Open the report in the browser |