InputHistoryBottomSheet

fun InputHistoryBottomSheet(onClose: () -> Unit, onGenerationSelected: (AiGenerationResult) -> Unit, modifier: Modifier = Modifier)(source)

Renders the InputHistoryBottomSheet UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

onClose

callback invoked by the component.

onGenerationSelected

callback invoked by the component.

modifier

Compose modifier applied to the rendered UI.