@assistant-ui/react
Version:
Typescript/React library for AI Chat
10 lines • 426 B
JavaScript
// 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