config_set
Write a config.yaml value with an explicit type, preventing 'off' or 'yes' from becoming booleans. Backs up the file before applying changes.
Instructions
Write one config.yaml value with an explicit type.
value_type is one of str, int, float, bool, null, json. Passing a type
avoids the YAML trap where "off", "no" and "yes" silently become booleans -
several Hermes options compare against the string, so an auto-parsed value
quietly does nothing. A .bak copy is written before the file changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| value_type | No | str |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |