@assistant-ui/react
Version:
Typescript/React library for AI Chat
9 lines • 368 B
JavaScript
import { SimpleImageAttachmentAdapter } from "./SimpleImageAttachmentAdapter";
import { SimpleTextAttachmentAdapter } from "./SimpleTextAttachmentAdapter";
import { CompositeAttachmentAdapter } from "./CompositeAttachmentAdapter";
export {
CompositeAttachmentAdapter,
SimpleImageAttachmentAdapter,
SimpleTextAttachmentAdapter
};
//# sourceMappingURL=index.js.map