pptx_recommend_layout
Recommends a slide layout and alternatives for your content type in a PowerPoint file.
Instructions
Get the best layout for a specific content type.
Content types:
'title': Section title slide
'bullets': Bullet point list
'two_column': Side-by-side content
'comparison': Comparison with headers
'image': Image with caption
'table': Table-heavy content
'blank': Custom content
Args: file_path: Path to the .pptx file content_type: What you want to show on the slide
Returns: Recommended layout_index and alternatives
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| content_type | Yes | What you want to show on the slide |