Write Graphviz DOT
poietic_write_dotWrite a design graph to a Graphviz DOT file, with optional node labels. Omit the output path to return the DOT source directly.
Instructions
Write the design graph as a Graphviz DOT file (no pictogram dependency). Omit outputPath to receive the DOT source in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design | No | Path to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN. | |
| labels | No | Attribute names to use as node labels (e.g. ["name"]). | |
| outputPath | No | DOT output path (inside the workspace). Omit to get the DOT source as text. |