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.
How can I use @Format with @int together? For example in my settings.toml,
Then
num_gpuswill still be parsed as strings rather than an integer.