InitialData

data class InitialData(val prompt: String, val negativePrompt: String, val tag: String, val isNegative: Boolean) : EditTagIntent(source)

Carries InitialData data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(prompt: String, negativePrompt: String, tag: String, isNegative: Boolean)

Properties

Link copied to clipboard

Exposes the isNegative value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the negativePrompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the prompt value used by the SDAI presentation layer.

Link copied to clipboard
val tag: String

Exposes the tag value used by the SDAI presentation layer.