@ant-design/pro-chat
Version:
a solution for ai chat
7 lines • 348 B
JavaScript
import { chatsMessageString, currentChats, currentChatsWithGuideMessage, currentChatsWithHistoryConfig } from "./chat";
export var chatSelectors = {
chatsMessageString: chatsMessageString,
currentChats: currentChats,
currentChatsWithGuideMessage: currentChatsWithGuideMessage,
currentChatsWithHistoryConfig: currentChatsWithHistoryConfig
};