@ant-design/pro-chat
Version:
a solution for ai chat
7 lines (6 loc) • 440 B
TypeScript
export declare const chatSelectors: {
chatsMessageString: (s: import("..").ChatStore) => string;
currentChats: (s: import("..").ChatStore) => import("../..").ChatMessage<Record<string, any>>[];
currentChatsWithGuideMessage: (s: import("..").ChatStore) => import("../..").ChatMessage<Record<string, any>>[];
currentChatsWithHistoryConfig: (s: import("..").ChatStore) => import("../..").ChatMessage<Record<string, any>>[];
};