InputHistoryItemUi

data class InputHistoryItemUi(val generationResult: AiGenerationResult, val image: ImageBitmap? = null)(source)

Carries InputHistoryItemUi data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(generationResult: AiGenerationResult, image: ImageBitmap? = null)

Properties

Link copied to clipboard

Exposes the generationResult value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the image value used by the SDAI presentation layer.