Uses of Class
com.microsoft.semantickernel.textcompletion.CompletionType
-
Packages that use CompletionType Package Description com.microsoft.semantickernel.textcompletion -
-
Uses of CompletionType in com.microsoft.semantickernel.textcompletion
Methods in com.microsoft.semantickernel.textcompletion that return CompletionType Modifier and Type Method Description CompletionTypeTextCompletion. defaultCompletionType()Returns the default completion type for this service.static CompletionTypeCompletionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompletionType[]CompletionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.semantickernel.textcompletion with parameters of type CompletionType Modifier and Type Method Description TextCompletion.BuilderTextCompletion.Builder. withDefaultCompletionType(CompletionType completionType)Sets the default completion type for this service.
-