Uses of Interface
com.microsoft.semantickernel.chatcompletion.ChatCompletion.Builder
-
Packages that use ChatCompletion.Builder Package Description com.microsoft.semantickernel com.microsoft.semantickernel.builders com.microsoft.semantickernel.chatcompletion -
-
Uses of ChatCompletion.Builder in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return ChatCompletion.Builder Modifier and Type Method Description static ChatCompletion.BuilderSKBuilders. chatCompletion() -
Uses of ChatCompletion.Builder in com.microsoft.semantickernel.builders
Methods in com.microsoft.semantickernel.builders that return ChatCompletion.Builder Modifier and Type Method Description ChatCompletion.BuilderBuildersSingleton. getChatCompletion()Builder for creating aChatCompletion -
Uses of ChatCompletion.Builder in com.microsoft.semantickernel.chatcompletion
Methods in com.microsoft.semantickernel.chatcompletion that return ChatCompletion.Builder Modifier and Type Method Description static ChatCompletion.BuilderChatCompletion. builder()ChatCompletion.BuilderChatCompletion.Builder. setModelId(String modelId)ChatCompletion.BuilderChatCompletion.Builder. withOpenAIClient(com.azure.ai.openai.OpenAIAsyncClient client)
-