Package-level declarations

Types

Link copied to clipboard

ViewModel responsible for managing the state of a threads list.

Link copied to clipboard
class ThreadsViewModelFactory(query: QueryThreadsRequest, chatClient: ChatClient = ChatClient.instance()) : ViewModelProvider.Factory

A ViewModel factory for creating a ThreadListViewModel.