Class PicoLLMCompletion.CompletionToken

  • Enclosing class:
    PicoLLMCompletion

    public static class PicoLLMCompletion.CompletionToken
    extends java.lang.Object
    Represents a generated token within completion and top alternative tokens.
    • Constructor Detail

    • Method Detail

      • getTopChoices

        public PicoLLMCompletion.Token[] getTopChoices()
        Getter for the top alternative tokens.
        Returns:
        The top alternative tokens.