Tool: refine_slide
Refine an existing slide based on instructions. Useful for making adjustments to individual slides without regenerating the entire presentation.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
slide_id | string | Yes | UUID of the slide to refine |
instructions | string | Yes | Refinement instructions |
layout_name | string | No | Specific layout to use |
conversation_id | string | No | Existing conversation UUID |
Example Request
Response
Use Cases
- Content Adjustments: Modify text, add or remove content
- Layout Changes: Switch to a different layout within the same template
- Style Updates: Adjust formatting or styling
- Iterative Refinement: Make multiple passes to perfect a slide
Python Example
Best Practices
- Be Specific: Provide clear, specific instructions for what you want changed
- Layout Selection: Specify
layout_nameif you want to change the layout - Iterative Process: Refine slides multiple times to achieve the desired result
- Conversation Context: Use
conversation_idto maintain context across refinements
Generate Slides
Learn about generating new slides
Two-Step Process
Learn about the two-step generation process

