add_connector
Add a dependency arrow from a source variable to a target variable, defining the direction of influence in a Stella model. Useful for linking variables in stock-and-flow diagrams.
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. |