GeneratePresentationTask
Create complete, self-contained Reveal.js presentations with AI-generated content, custom styling, and optional visual assets.
Side-Effect Safe
GPT-4 Preferred
⚙️ TaskConfig.json
{
"files": ["strategy_2024.html"],
"task_description": "Q4 Engineering Strategy",
"generate_images": true,
"max_images": 3,
"image_width": 1024,
"image_height": 1024
}
→
👁️ Reveal.js Output
Test Workspace Browser
Explore the generated Reveal.js artifacts, CSS, and AI-generated images in the GeneratePresentationTask workspace.
Configuration Parameters
| Field | Type | Description |
|---|---|---|
files * |
List<String> | The HTML presentation file to be created (must end with .html). |
related_files |
List<String> | Reference materials or existing presentations for context. |
task_description |
String | Topic, key points, target audience, and desired style. |
generate_images |
Boolean | Whether to generate AI images for key slides (Default: false). |
image_width / height |
Int | Dimensions for generated images (256px - 2048px, Default: 1024). |
max_images |
Int | Maximum number of images to generate (1-10, Default: 5). |