public virtual List DecodeChain()

in Runtime/Tokenizers/Decoders/Decoders.cs [67:70]


        public virtual List<string> DecodeChain(List<string> tokens)
        {
            throw new Exception("`decode_chain` should be implemented in subclass.");
        }