InputHistoryItemUi
data class InputHistoryItemUi(val generationResult: AiGenerationResult, val image: ImageBitmap? = null)(source)
Carries InputHistoryItemUi data through the SDAI presentation layer.
Author
Dmitriy Moroz
Carries InputHistoryItemUi data through the SDAI presentation layer.
Dmitriy Moroz