update_stock
Update a stock's properties—name, initial value, units, position, and non-negativity—in a Stella system dynamics model without breaking existing connections.
Instructions
Update stock fields while preserving relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| name | Yes | Stock name | |
| initial_value | No | Initial value | |
| units | No | Units | |
| non_negative | No | Prevent negative values | |
| x | No | X position | |
| y | No | Y position |