ThreadsViewModelFactory

constructor(query: QueryThreadsRequest, chatClient: ChatClient = ChatClient.instance())

Parameters

query

The QueryThreadsRequest used to load threads.

chatClient

The ChatClient instance to use for loading threads.