export_proof
Export a diagram's transformation history as a structured proof in text or JSON. Use it to verify how a diagram reached its current state.
Instructions
Export a diagram's transformation history as a structured proof.
Args: diagram_id: ID of diagram to export proof for output_format: 'text' (natural language) or 'json' (structured)
Returns: dict with proof steps and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagram_id | Yes | ||
| output_format | No | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||