batch_add_objects
Add multiple building energy model objects in a single call, with continued processing even if some objects fail.
Instructions
Add multiple objects in one call. Continues on errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | List of dicts with keys: object_type, name, fields. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| errors | Yes | ||
| results | Yes | ||
| success | Yes |