in Runtime/Tokenizers/Decoders/Decoders.cs [77:80]
public virtual List<string> Decode(List<string> tokens) { return tokens; //string.Join("", DecodeChain(tokens)); }