Thinking

data class Thinking(val messageId: String) : TypingState

The state when the AI assistant is thinking

Constructors

Link copied to clipboard
constructor(messageId: String)

Properties

Link copied to clipboard

The id of the message that the AI assistant is thinking.

Inherited properties

Link copied to clipboard

The name of the state.

Link copied to clipboard

The value of the state.