create_system
Create a new empty system to start building water-handling models step by step, returning a system ID for subsequent connections.
Instructions
Create a new empty system and return its system_id.
For building step by step; a new system is quicker as one load_system call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | System name, e.g. 'bathroom'. | |
| description | No | Optional free text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| system_id | Yes | ||
| components | Yes | ||
| connections | Yes | ||
| description | No | ||
| unconnected_ports | Yes |