How can I use @format with @int together? For example in my settings.toml, ``` GPU_COUNTS = 4 num_gpus = "@int @format {this.GPU_COUNTS}" ``` Then `num_gpus` will still be parsed as strings rather than an integer.