createSectionDividerSlide
Creates a slide with a prominent heading and subtitle to introduce or separate a new section in a presentation.
Instructions
Create or update a new slide in the presentation that serves as a section divider. This slide must include both a large main heading and a subtitle. Use this when the user wants to create a single slide that clearly introduces or separates a new section in their presentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _index | No | If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1). | |
| heading | Yes | Main section title, shown prominently on the slide | |
| subheading | Yes | Subtitle that provides context or explanation for the section |