ApplyPrompts

data class ApplyPrompts(val prompt: String, val negativePrompt: String) : TextToImageIntent(source)

Carries ApplyPrompts data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

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

Properties

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.