actions

val actions: MutableStateFlow<Set<ChatUI.Action>>

Deprecated

Action mutable state flow is deprecated and it will be removed in a further release. Please update ChatUI Buttons via buttonsProvider callback.

Replace with

buttonsProvider = { chatButtons ->
chatButtons
}