Interface LLMChoice.Builder

Enclosing class:
LLMChoice

public static interface LLMChoice.Builder
Builder helper class.
  • Method Details

    • index

      LLMChoice.Builder1 index(@Nonnull Integer index)
      Set the index of this LLMChoice instance.
      Parameters:
      index - Index of the choice
      Returns:
      The LLMChoice builder.