studio_revise
Revise individual slides in a slide deck by providing instructions for each slide, creating a new artifact without modifying the original.
Instructions
Revise individual slides in an existing slide deck. Creates a NEW artifact.
Only slide decks support revision. The original artifact is not modified. Poll studio_status after calling to check when the new deck is ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | Notebook UUID | |
| artifact_id | Yes | UUID of the existing slide deck to revise (from studio_status) | |
| slide_instructions | Yes | List of revision instructions, each with: - slide: Slide number (1-based, slide 1 = first slide) - instruction: Text describing the desired change Example: [{"slide": 1, "instruction": "Make the title larger"}] | |
| confirm | No | Must be True after user approval |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||