Uses of Interface
com.microsoft.semantickernel.skilldefinition.KernelSkillsSupplier
-
Packages that use KernelSkillsSupplier Package Description com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.skilldefinition -
-
Uses of KernelSkillsSupplier in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return KernelSkillsSupplier Modifier and Type Method Description KernelSkillsSupplierAbstractSkFunction. getSkillsSupplier()Gets the skill supplier.Constructors in com.microsoft.semantickernel.orchestration with parameters of type KernelSkillsSupplier Constructor Description AbstractSkFunction(List<ParameterView> parameters, String skillName, String functionName, String description, List<ParameterView> returnParameters, KernelSkillsSupplier skillsSupplier)Constructor.AIFunction(List<ParameterView> parameters, String skillName, String functionName, String description, List<ParameterView> returnParameters, KernelSkillsSupplier skillsSupplier, AIServiceSupplier aiServiceSupplier)Constructor. -
Uses of KernelSkillsSupplier in com.microsoft.semantickernel.skilldefinition
Methods in com.microsoft.semantickernel.skilldefinition that return KernelSkillsSupplier Modifier and Type Method Description static KernelSkillsSupplierKernelSkillsSupplier. getInstance(Kernel kernel)
-