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