Uses of Interface
com.microsoft.semantickernel.services.AIServiceSupplier
-
Packages that use AIServiceSupplier Package Description com.microsoft.semantickernel.orchestration -
-
Uses of AIServiceSupplier in com.microsoft.semantickernel.orchestration
Constructors in com.microsoft.semantickernel.orchestration with parameters of type AIServiceSupplier Constructor Description AIFunction(List<ParameterView> parameters, String skillName, String functionName, String description, List<ParameterView> returnParameters, KernelSkillsSupplier skillsSupplier, AIServiceSupplier aiServiceSupplier)Constructor.
-