ppt_create
Build a .pptx file by providing a list of slides. Each slide accepts a title and optional bullet points, written to a specified file path.
Instructions
Create a Microsoft PowerPoint (.pptx) file from a list of slides, each with a title and optional bullet points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to write the .pptx file to (must end in .pptx) | |
| slides | Yes | Ordered list of slides |