Uses of Interface
com.microsoft.semantickernel.builders.SemanticKernelBuilder
-
-
Uses of SemanticKernelBuilder in com.microsoft.semantickernel
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel Modifier and Type Interface Description static interfaceKernel.BuilderClasses in com.microsoft.semantickernel that implement SemanticKernelBuilder Modifier and Type Class Description static classKernelConfig.Builder -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.ai.embeddings
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.ai.embeddings Modifier and Type Interface Description static interfaceEmbeddingGeneration.Builder<T,E extends EmbeddingGeneration<T>>static interfaceTextEmbeddingGeneration.Builder -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.builders
Methods in com.microsoft.semantickernel.builders with type parameters of type SemanticKernelBuilder Modifier and Type Method Description static <U extends Buildable,T extends SemanticKernelBuilder<U>>
Supplier<T>ServiceLoadUtil. findServiceLoader(Class<T> clazz, String alternativeClassName)<U extends Buildable,T extends SemanticKernelBuilder<U>>
TBuildersSingleton. getInstance(Class<T> clazz) -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.chatcompletion
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.chatcompletion Modifier and Type Interface Description static interfaceChatCompletion.Builder<ChatHistoryType extends ChatHistory> -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.memory
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.memory Modifier and Type Interface Description static interfaceMemoryStore.Builder<T extends MemoryStore>static interfaceSemanticTextMemory.Builder -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.orchestration
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.orchestration Modifier and Type Interface Description static interfaceContextVariables.BuilderBuilder for ContextVariablesstatic interfaceSKContext.Builder -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.semanticfunctions
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.semanticfunctions Modifier and Type Interface Description static interfacePromptTemplate.Builder -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.skilldefinition
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.skilldefinition Modifier and Type Interface Description static interfaceReadOnlySkillCollection.Builder -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.templateengine
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.templateengine Modifier and Type Interface Description static interfacePromptTemplateEngine.Builder -
Uses of SemanticKernelBuilder in com.microsoft.semantickernel.textcompletion
Subinterfaces of SemanticKernelBuilder in com.microsoft.semantickernel.textcompletion Modifier and Type Interface Description static interfaceCompletionSKFunction.BuilderBuilder for completion functionsstatic interfaceTextCompletion.BuilderClasses in com.microsoft.semantickernel.textcompletion that implement SemanticKernelBuilder Modifier and Type Class Description static classCompletionRequestSettings.BuilderBuilder for CompletionRequestSettings
-