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