Interface SemanticKernelBuilder<T extends Buildable>
-
- Type Parameters:
T- the type ofBuildableto build.
- All Known Implementing Classes:
ChatCompletionService.Builder,InvocationContext.Builder,Kernel.Builder,KernelFunctionArguments.Builder,TextGenerationService.Builder
public interface SemanticKernelBuilder<T extends Buildable>Interface for all builders that create Buildable objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Build the object.
-
-
-
Method Detail
-
build
T build()
Build the object.- Returns:
- a constructed object.
-
-