Uses of Class
com.microsoft.semantickernel.semanticfunctions.PromptTemplateOption
-
Packages that use PromptTemplateOption Package Description com.microsoft.semantickernel.semanticfunctions -
-
Uses of PromptTemplateOption in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return PromptTemplateOption Modifier and Type Method Description static PromptTemplateOptionPromptTemplateOption. valueOf(String name)Returns the enum constant of this type with the specified name.static PromptTemplateOption[]PromptTemplateOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.semantickernel.semanticfunctions that return types with arguments of type PromptTemplateOption Modifier and Type Method Description Set<PromptTemplateOption>PromptTemplateConfig. getPromptTemplateOptions()Get the prompt template options of the prompt template config.Methods in com.microsoft.semantickernel.semanticfunctions with parameters of type PromptTemplateOption Modifier and Type Method Description PromptTemplateConfig.BuilderPromptTemplateConfig.Builder. addPromptTemplateOption(PromptTemplateOption option)Constructor parameters in com.microsoft.semantickernel.semanticfunctions with type arguments of type PromptTemplateOption Constructor Description PromptTemplateConfig(int schema, String name, String template, String templateFormat, Set<PromptTemplateOption> promptTemplateOptions, String description, List<InputVariable> inputVariables, OutputVariable outputVariable, Map<String,PromptExecutionSettings> executionSettings)Constructor for a prompt template config
-