in Runtime/Tokenizers/Decoders/Decoders.cs [272:278]
public StripDecoder(JObject config) : base(config)
{
this.content = this.Config["content"].Value<string>();
this.start = this.Config["start"].Value<int>();
this.stop = this.Config["stop"].Value<int>();
}