Uses of Class
com.microsoft.semantickernel.semanticfunctions.InputVariable
-
Packages that use InputVariable Package Description com.microsoft.semantickernel.semanticfunctions -
-
Uses of InputVariable in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return types with arguments of type InputVariable Modifier and Type Method Description List<InputVariable>PromptTemplateConfig. getInputVariables()Get the inputVariables of the prompt template config.Methods in com.microsoft.semantickernel.semanticfunctions with parameters of type InputVariable Modifier and Type Method Description PromptTemplateConfig.BuilderPromptTemplateConfig.Builder. addInputVariable(InputVariable inputVariable)Add an input variable to the prompt template config.Method parameters in com.microsoft.semantickernel.semanticfunctions with type arguments of type InputVariable Modifier and Type Method Description KernelFunction.FromPromptBuilder<T>KernelFunction.FromPromptBuilder. withInputParameters(List<InputVariable> inputVariables)Set the input parameters for the function.KernelFunction.FromPromptBuilder<T>KernelFunctionFromPrompt.Builder. withInputParameters(List<InputVariable> inputVariables)PromptTemplateConfig.BuilderPromptTemplateConfig.Builder. withInputVariables(List<InputVariable> inputVariables)Set the inputVariables of the prompt template config.Constructor parameters in com.microsoft.semantickernel.semanticfunctions with type arguments of type InputVariable Constructor Description PromptTemplateConfig(int schema, String name, String template, String templateFormat, String description, List<InputVariable> inputVariables, OutputVariable outputVariable, Map<String,PromptExecutionSettings> executionSettings)Constructor for a prompt template config
-