Uses of Class
com.microsoft.semantickernel.skilldefinition.ParameterView
-
Packages that use ParameterView Package Description com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.semanticfunctions com.microsoft.semantickernel.skilldefinition -
-
Uses of ParameterView in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return types with arguments of type ParameterView Modifier and Type Method Description List<ParameterView>AbstractSkFunction. getParametersView()The parameters of the function.Constructor parameters in com.microsoft.semantickernel.orchestration with type arguments of type ParameterView 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 ParameterView in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return types with arguments of type ParameterView Modifier and Type Method Description List<ParameterView>PromptTemplate. getParameters()Get the list of parameters required by the template, using configuration and template info -
Uses of ParameterView in com.microsoft.semantickernel.skilldefinition
Methods in com.microsoft.semantickernel.skilldefinition that return types with arguments of type ParameterView Modifier and Type Method Description List<ParameterView>FunctionView. getParameters()List of function parametersConstructor parameters in com.microsoft.semantickernel.skilldefinition with type arguments of type ParameterView Constructor Description FunctionView(String name, String skillName, String description, List<ParameterView> parameters, boolean isSemantic, boolean isAsynchronous)Create a function view.
-