Interface ChatCompletion.Builder
-
- All Superinterfaces:
SemanticKernelBuilder<ChatCompletion>
- Enclosing interface:
- ChatCompletion<ChatHistoryType extends ChatHistory>
public static interface ChatCompletion.Builder extends SemanticKernelBuilder<ChatCompletion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChatCompletion.BuildersetModelId(String modelId)ChatCompletion.BuilderwithOpenAIClient(com.azure.ai.openai.OpenAIAsyncClient client)-
Methods inherited from interface com.microsoft.semantickernel.builders.SemanticKernelBuilder
build
-
-
-
-
Method Detail
-
withOpenAIClient
ChatCompletion.Builder withOpenAIClient(com.azure.ai.openai.OpenAIAsyncClient client)
-
setModelId
ChatCompletion.Builder setModelId(String modelId)
-
-