Uses of Interface
com.microsoft.semantickernel.semanticfunctions.PromptTemplate
-
Packages that use PromptTemplate Package Description com.microsoft.semantickernel.semanticfunctions -
-
Uses of PromptTemplate in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return PromptTemplate Modifier and Type Method Description PromptTemplateSemanticFunctionConfig. getTemplate()Constructors in com.microsoft.semantickernel.semanticfunctions with parameters of type PromptTemplate Constructor Description SemanticFunctionConfig(PromptTemplateConfig config, PromptTemplate template)Constructor for SemanticFunctionConfig.
-