set_env
Set a named environment variable to a given value for the current session, enabling runtime configuration of system or application parameters.
Instructions
Set an environment variable for this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Variable name. | |
| value | Yes | Value. |