AIDocAssistantSessionState

data class AIDocAssistantSessionState(val messages: List<ChirpyMessage> = emptyList(), val isLoading: Boolean = false, val draftQuestion: String = "")(source)

Chirpy assistant session state.

Constructors

Link copied to clipboard
constructor(messages: List<ChirpyMessage> = emptyList(), isLoading: Boolean = false, draftQuestion: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard