Uses of Interface
com.composum.ai.backend.slingbase.experimential.AITemplatingService
-
Packages that use AITemplatingService Package Description com.composum.ai.backend.slingbase.experimential.impl -
-
Uses of AITemplatingService in com.composum.ai.backend.slingbase.experimential.impl
Classes in com.composum.ai.backend.slingbase.experimential.impl that implement AITemplatingService Modifier and Type Class Description class
AITemplatingServiceImpl
This implementation uses the markers: A field that is a prompt begins withPROMPTFIELD:
A field that is referenced by other fields begins withPROMPTFIELD#ID:
where ID is a unique identifier for the field A URL source is added asSOURCEURL(https://example.com/)
after that. A prompt that applies to the whole page can be put into a multi line field; it begins on a line withPAGEPROMPT:
-