UNPKG

@assistant-ui/react

Version:

React components for AI chat.

10 lines 417 B
// src/runtimes/attachment/index.ts import { SimpleImageAttachmentAdapter } from "./SimpleImageAttachmentAdapter.mjs"; import { SimpleTextAttachmentAdapter } from "./SimpleTextAttachmentAdapter.mjs"; import { CompositeAttachmentAdapter } from "./CompositeAttachmentAdapter.mjs"; export { CompositeAttachmentAdapter, SimpleImageAttachmentAdapter, SimpleTextAttachmentAdapter }; //# sourceMappingURL=index.mjs.map