add_connector
Creates a dependency arrow from a source variable to a target variable in a Stella system dynamics model.
Instructions
Add a connector (dependency arrow) between variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_var | Yes | Target variable name (the one using from_var) | |
| from_var | Yes | Source variable name | |
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. |