Uses of Interface
com.microsoft.semantickernel.textcompletion.TextCompletion
-
Packages that use TextCompletion Package Description com.microsoft.semantickernel com.microsoft.semantickernel.textcompletion -
-
Uses of TextCompletion in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return types with arguments of type TextCompletion Modifier and Type Method Description Function<Kernel,TextCompletion>KernelConfig. getTextCompletionService(String serviceId)Get the text completion services with the given idFunction<Kernel,TextCompletion>KernelConfig. getTextCompletionServiceOrDefault(String serviceId)Method parameters in com.microsoft.semantickernel with type arguments of type TextCompletion Modifier and Type Method Description KernelConfig.BuilderKernelConfig.Builder. addTextCompletionService(String serviceId, Function<Kernel,TextCompletion> serviceFactory)Constructor parameters in com.microsoft.semantickernel with type arguments of type TextCompletion Constructor Description KernelConfig(Map<String,Function<Kernel,TextCompletion>> textCompletionServices, Map<String,Function<Kernel,EmbeddingGeneration<String,Float>>> textEmbeddingGenerationServices, Map<String,Function<Kernel,ChatCompletion>> chatCompletionServices) -
Uses of TextCompletion in com.microsoft.semantickernel.textcompletion
Methods in com.microsoft.semantickernel.textcompletion that return TextCompletion Modifier and Type Method Description abstract TextCompletionTextCompletion.Builder. build(com.azure.ai.openai.OpenAIAsyncClient client, String modelId)
-