Uses of Interface
com.microsoft.semantickernel.builders.Buildable
-
-
Uses of Buildable in com.microsoft.semantickernel
Classes in com.microsoft.semantickernel that implement Buildable Modifier and Type Class Description classKernelProvides state for use throughout a Semantic Kernel workload. -
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. -
Uses of Buildable in com.microsoft.semantickernel.orchestration
Classes in com.microsoft.semantickernel.orchestration that implement Buildable Modifier and Type Class Description classInvocationContextContext passed to a Kernel or KernelFunction invoke. -
Uses of Buildable in com.microsoft.semantickernel.semanticfunctions
Subinterfaces of Buildable in com.microsoft.semantickernel.semanticfunctions Modifier and Type Interface Description interfacePromptTemplateRepresents a prompt template that can be rendered to a string.Classes in com.microsoft.semantickernel.semanticfunctions that implement Buildable Modifier and Type Class Description classKernelFunction<T>Semantic Kernel callable function interface.classKernelFunctionArgumentsArguments to a kernel function.classKernelFunctionFromMethod<T>AKernelFunctionthat is created from a method.classKernelFunctionFromPrompt<T>AKernelFunctionimplementation that is created from a prompt template.classPromptTemplateConfigMetadata for a prompt template. -
Uses of Buildable in com.microsoft.semantickernel.services.chatcompletion
Subinterfaces of Buildable in com.microsoft.semantickernel.services.chatcompletion Modifier and Type Interface Description interfaceChatCompletionServiceChat completion service interface. -
Uses of Buildable in com.microsoft.semantickernel.services.textcompletion
Subinterfaces of Buildable in com.microsoft.semantickernel.services.textcompletion Modifier and Type Interface Description interfaceTextGenerationServiceInterface for text completion services -
Uses of Buildable in com.microsoft.semantickernel.templateengine.handlebars
Classes in com.microsoft.semantickernel.templateengine.handlebars that implement Buildable Modifier and Type Class Description classHandlebarsPromptTemplateA prompt template that uses the Handlebars template engine to render prompts.
-