Uses of Class
com.microsoft.semantickernel.semanticfunctions.PromptTemplateConfig
-
Packages that use PromptTemplateConfig Package Description com.microsoft.semantickernel.semanticfunctions com.microsoft.semantickernel.templateengine.handlebars -
-
Uses of PromptTemplateConfig in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return PromptTemplateConfig Modifier and Type Method Description PromptTemplateConfigPromptTemplateConfig.Builder. build()Build the prompt template config.static PromptTemplateConfigPromptTemplateConfig. parseFromJson(String json)Deserialize the JSON string to a PromptTemplateConfig.Methods in com.microsoft.semantickernel.semanticfunctions with parameters of type PromptTemplateConfig Modifier and Type Method Description static PromptTemplatePromptTemplateFactory. build(PromptTemplateConfig templateConfig)Create a prompt template, if possible, from the given configuration.static <T> KernelFunction.FromPromptBuilder<T>KernelFunction. createFromPrompt(PromptTemplateConfig promptTemplateConfiguration)Builder for creating aKernelFunctioninstance for a givenPromptTemplateConfig.PromptTemplateAggregatorPromptTemplateFactory. tryCreate(PromptTemplateConfig templateConfig)PromptTemplateHandlebarsPromptTemplateFactory. tryCreate(PromptTemplateConfig templateConfig)PromptTemplateKernelPromptTemplateFactory. tryCreate(PromptTemplateConfig templateConfig)PromptTemplatePromptTemplateFactory. tryCreate(PromptTemplateConfig templateConfig)Create a prompt template, if possible, from the given configuration.KernelFunction.FromPromptBuilder<T>KernelFunction.FromPromptBuilder. withPromptTemplateConfig(PromptTemplateConfig promptTemplateConfig)Set the prompt template config used to build the function.KernelFunction.FromPromptBuilder<T>KernelFunctionFromPrompt.Builder. withPromptTemplateConfig(PromptTemplateConfig promptTemplateConfig)Constructors in com.microsoft.semantickernel.semanticfunctions with parameters of type PromptTemplateConfig Constructor Description PromptTemplateConfig(PromptTemplateConfig promptTemplate)Copy constructor. -
Uses of PromptTemplateConfig in com.microsoft.semantickernel.templateengine.handlebars
Constructors in com.microsoft.semantickernel.templateengine.handlebars with parameters of type PromptTemplateConfig Constructor Description HandlebarsPromptTemplate(PromptTemplateConfig promptTemplate)Initializes a new instance of theHandlebarsPromptTemplateclass.
-