ChatState

constructor(id: String, messages: List<UIMessage> = emptyList(), status: ChatStatus = ChatStatus.Ready, error: Throwable? = null)(source)