Uses of Interface
com.microsoft.semantickernel.builders.Buildable
-
-
Uses of Buildable in com.microsoft.semantickernel
Subinterfaces of Buildable in com.microsoft.semantickernel Modifier and Type Interface Description interfaceKernelInterface for the semantic kernel. -
Uses of Buildable in com.microsoft.semantickernel.ai.embeddings
Subinterfaces of Buildable in com.microsoft.semantickernel.ai.embeddings Modifier and Type Interface Description interfaceEmbeddingGeneration<TValue>Interface for text embedding generation servicesinterfaceTextEmbeddingGenerationInterface for text embedding generation services -
Uses of Buildable in com.microsoft.semantickernel.builders
Classes in com.microsoft.semantickernel.builders with type parameters of type Buildable Modifier and Type Interface Description interfaceSemanticKernelBuilder<T extends Buildable>Interface for all builders that create Buildable objects.Methods in com.microsoft.semantickernel.builders with type parameters of type Buildable 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 Buildable in com.microsoft.semantickernel.chatcompletion
Subinterfaces of Buildable in com.microsoft.semantickernel.chatcompletion Modifier and Type Interface Description interfaceChatCompletion<ChatHistoryType extends ChatHistory> -
Uses of Buildable in com.microsoft.semantickernel.memory
Subinterfaces of Buildable in com.microsoft.semantickernel.memory Modifier and Type Interface Description interfaceMemoryStoreAn interface for storing and retrieving indexedMemoryRecordobjects in a data store.interfaceSemanticTextMemoryAn interface for semantic memory that creates and recalls memories associated with text.Classes in com.microsoft.semantickernel.memory that implement Buildable Modifier and Type Class Description classNullMemoryImplementation ofSemanticTextMemorythat stores nothing. -
Uses of Buildable in com.microsoft.semantickernel.orchestration
Subinterfaces of Buildable in com.microsoft.semantickernel.orchestration Modifier and Type Interface Description interfaceContextVariablesContext Variables is a data structure that holds temporary data while a task is being performed.interfaceSKContextSemantic Kernel context.interfaceWritableContextVariablesContext Variables is a data structure that holds temporary data while a task is being performed.Classes in com.microsoft.semantickernel.orchestration that implement Buildable Modifier and Type Class Description classAbstractSKContextSemantic Kernel context -
Uses of Buildable in com.microsoft.semantickernel.semanticfunctions
Subinterfaces of Buildable in com.microsoft.semantickernel.semanticfunctions Modifier and Type Interface Description interfacePromptTemplateInterface for prompt template -
Uses of Buildable in com.microsoft.semantickernel.skilldefinition
Subinterfaces of Buildable in com.microsoft.semantickernel.skilldefinition Modifier and Type Interface Description interfaceReadOnlySkillCollectionSkill collection interface. -
Uses of Buildable in com.microsoft.semantickernel.templateengine
Subinterfaces of Buildable in com.microsoft.semantickernel.templateengine Modifier and Type Interface Description interfacePromptTemplateEnginePrompt template engine interface -
Uses of Buildable in com.microsoft.semantickernel.textcompletion
Subinterfaces of Buildable in com.microsoft.semantickernel.textcompletion Modifier and Type Interface Description interfaceCompletionSKFunctionSemantic function for text completioninterfaceTextCompletionInterface for text completion services
-