Uses of Class
com.microsoft.semantickernel.semanticfunctions.SemanticFunctionConfig
-
Packages that use SemanticFunctionConfig Package Description com.microsoft.semantickernel com.microsoft.semantickernel.extensions com.microsoft.semantickernel.textcompletion -
-
Uses of SemanticFunctionConfig in com.microsoft.semantickernel
Method parameters in com.microsoft.semantickernel with type arguments of type SemanticFunctionConfig Modifier and Type Method Description ReadOnlyFunctionCollectionSkillExecutor. importSkill(String skillName, Map<String,SemanticFunctionConfig> skills)Import a set of skills -
Uses of SemanticFunctionConfig in com.microsoft.semantickernel.extensions
Methods in com.microsoft.semantickernel.extensions that return types with arguments of type SemanticFunctionConfig Modifier and Type Method Description static Map<String,SemanticFunctionConfig>KernelExtensions. importSemanticSkillFromDirectory(String parentDirectory, String skillDirectoryName, PromptTemplateEngine promptTemplateEngine) -
Uses of SemanticFunctionConfig in com.microsoft.semantickernel.textcompletion
Methods in com.microsoft.semantickernel.textcompletion with parameters of type SemanticFunctionConfig Modifier and Type Method Description abstract CompletionSKFunctionCompletionSKFunction.Builder. createFunction(String skillName, String functionName, SemanticFunctionConfig functionConfig)Create a new completion function
-