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
Methods in com.microsoft.semantickernel with parameters of type SemanticFunctionConfig Modifier and Type Method Description CompletionSKFunctionKernel. registerSemanticFunction(String skillName, String functionName, SemanticFunctionConfig functionConfig)Register a semantic function on this kernelMethod 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)static Map<String,SemanticFunctionConfig>KernelExtensions. importSemanticSkillFromResourcesDirectory(String pluginDirectory, String pluginName, String functionName, Class clazz, 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 CompletionSKFunction.BuilderCompletionSKFunction.Builder. withSemanticFunctionConfig(SemanticFunctionConfig functionConfig)
-