Uses of Class
com.microsoft.semantickernel.semanticfunctions.OutputVariable
-
Packages that use OutputVariable Package Description com.microsoft.semantickernel.semanticfunctions -
-
Uses of OutputVariable in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return OutputVariable Modifier and Type Method Description OutputVariablePromptTemplateConfig. getOutputVariable()Get the output variable of the prompt template config.Methods in com.microsoft.semantickernel.semanticfunctions with parameters of type OutputVariable Modifier and Type Method Description KernelFunction.FromPromptBuilder<T>KernelFunction.FromPromptBuilder. withOutputVariable(OutputVariable outputVariable)Set the output variable for the function.KernelFunction.FromPromptBuilder<T>KernelFunctionFromPrompt.Builder. withOutputVariable(OutputVariable outputVariable)PromptTemplateConfig.BuilderPromptTemplateConfig.Builder. withOutputVariable(OutputVariable outputVariable)Set the output variable of the prompt template config.Constructors in com.microsoft.semantickernel.semanticfunctions with parameters of type OutputVariable 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
-