load_model
Load an IDF or epJSON file to set it as the active model for editing or simulation. Supports local file paths or uploaded files.
Instructions
Open an IDF or epJSON file as the active model.
Provide exactly one source: file_path for files on the server's disk, or
upload_name to load a file the user dropped into the file_manager UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version override as "X.Y.Z". | |
| file_path | No | Server-local path to an IDF/epJSON file (stdio/local clients). | |
| upload_name | No | Name of a file uploaded via the file_manager UI tool (remote clients). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | ||
| version | Yes | ||
| file_path | Yes | ||
| zone_count | Yes | ||
| total_objects | Yes |