TypingState

sealed class TypingState

The state of the typing indicator.

Inheritors

Types

Link copied to clipboard

The state when the AI assistant has finished generating a response.

Link copied to clipboard
object Companion
Link copied to clipboard
data class Generating(val messageId: String) : TypingState

The state when the AI assistant is generating a response.

Link copied to clipboard

The state when there is no typing.

Link copied to clipboard
data class Thinking(val messageId: String) : TypingState

The state when the AI assistant is thinking

Properties

Link copied to clipboard

The name of the state.

Link copied to clipboard

The value of the state.