InputHistoryScreen
fun InputHistoryScreen(modifier: Modifier = Modifier, onGenerationSelected: (AiGenerationResult) -> Unit = {})(source)
Renders the InputHistoryScreen UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
onGenerationSelected
callback invoked by the component.