connect_elements
Connect two diagram elements by specifying source and target IDs. Optionally add a label and style to define the relationship.
Instructions
连接两个图表元素
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | 连接标签 | |
| style | No | 连接样式 | |
| to_id | Yes | 目标元素ID | |
| from_id | Yes | 源元素ID | |
| diagram_id | Yes | 图表ID |