ShowEditTag
data class ShowEditTag(val prompt: String, val negativePrompt: String, val tag: String, val isNegative: Boolean) : TextToImageIntent(source)
Carries ShowEditTag data through the SDAI presentation layer.
Author
Dmitriy Moroz