UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

10 lines 426 B
// src/runtimes/adapters/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