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