Uses of Class
com.microsoft.semantickernel.semanticfunctions.PromptTemplateConfig
-
Packages that use PromptTemplateConfig Package Description com.microsoft.semantickernel.semanticfunctions com.microsoft.semantickernel.textcompletion -
-
Uses of PromptTemplateConfig in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return PromptTemplateConfig Modifier and Type Method Description PromptTemplateConfigSemanticFunctionConfig. getConfig()Methods in com.microsoft.semantickernel.semanticfunctions with parameters of type PromptTemplateConfig Modifier and Type Method Description abstract PromptTemplate.BuilderPromptTemplate.Builder. withPromptTemplateConfig(PromptTemplateConfig config)Constructors in com.microsoft.semantickernel.semanticfunctions with parameters of type PromptTemplateConfig Constructor Description SemanticFunctionConfig(PromptTemplateConfig config, PromptTemplate template)Constructor for SemanticFunctionConfig. -
Uses of PromptTemplateConfig in com.microsoft.semantickernel.textcompletion
Methods in com.microsoft.semantickernel.textcompletion with parameters of type PromptTemplateConfig Modifier and Type Method Description abstract CompletionSKFunctionCompletionSKFunction.Builder. createFunction(String promptTemplate, PromptTemplateConfig config, String functionName, String skillName)Create a new completion function
-