@assistant-ui/react
Version:
TypeScript/React library for AI Chat
10 lines • 422 B
JavaScript
// src/runtimes/adapters/attachment/index.ts
import { SimpleImageAttachmentAdapter } from "./SimpleImageAttachmentAdapter.js";
import { SimpleTextAttachmentAdapter } from "./SimpleTextAttachmentAdapter.js";
import { CompositeAttachmentAdapter } from "./CompositeAttachmentAdapter.js";
export {
CompositeAttachmentAdapter,
SimpleImageAttachmentAdapter,
SimpleTextAttachmentAdapter
};
//# sourceMappingURL=index.js.map