@plteam/chat-ui
Version:
CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript
9 lines (8 loc) • 419 B
TypeScript
export * from './MessageModel';
export * from './ThreadModel';
export * from './MessageSentParams';
export * from './FileAttachedParams';
export { chatGptStreamParser } from './stream/parsers/chatGptStreamParser';
export { prepareStreamString } from './stream/parsers/prepareStreamString';
export { ForceStream } from './stream/ForceStream';
export type { Attachment, AttachmentType } from './AttachmentModel';