set_config_value
Update a runtime configuration value and persist it to a YAML file. Specify a dot-separated key and its new value.
Instructions
Update a runtime config value and persist it to YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-separated runtime config key to update. | |
| value | Yes | New value to store. Type is validated against the config field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||