Uses of Interface
com.microsoft.semantickernel.chatcompletion.ChatCompletion
-
Packages that use ChatCompletion Package Description com.microsoft.semantickernel com.microsoft.semantickernel.chatcompletion -
-
Uses of ChatCompletion in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return types with arguments of type ChatCompletion Modifier and Type Method Description Function<Kernel,ChatCompletion>KernelConfig. getChatCompletionServiceOrDefault(String serviceId)Method parameters in com.microsoft.semantickernel with type arguments of type ChatCompletion Modifier and Type Method Description KernelConfig.BuilderKernelConfig.Builder. addChatCompletionService(String serviceId, Function<Kernel,ChatCompletion> serviceFactory)Add to the list a service for chat completion, e.g. -
Uses of ChatCompletion in com.microsoft.semantickernel.chatcompletion
Methods in com.microsoft.semantickernel.chatcompletion that return ChatCompletion Modifier and Type Method Description ChatCompletion<? extends ChatHistory>ChatCompletion.Builder. build(com.azure.ai.openai.OpenAIAsyncClient client, String modelId)
-