Interface Buildable
-
- All Known Subinterfaces:
ChatCompletionService,PromptTemplate,TextGenerationService
- All Known Implementing Classes:
HandlebarsPromptTemplate,InvocationContext,Kernel,KernelFunction,KernelFunctionArguments,KernelFunctionFromMethod,KernelFunctionFromPrompt,PromptTemplateConfig
public interface BuildableA marker interface for all classes that are buildable. By convention,Buildableclasses will have apublic static Builder builder()method for obtaining aSemanticKernelBuilderfor the given class.