Uses of Class
com.microsoft.semantickernel.templateengine.blocks.Block
-
Packages that use Block Package Description com.microsoft.semantickernel.templateengine -
-
Uses of Block in com.microsoft.semantickernel.templateengine
Methods in com.microsoft.semantickernel.templateengine that return types with arguments of type Block Modifier and Type Method Description List<Block>PromptTemplateEngine. extractBlocks(String promptTemplate)Given a prompt template string, extract all the blocks (text, variables, function calls)
-