@assistant-ui/react
Version:
TypeScript/React library for AI Chat
6 lines (5 loc) • 368 B
text/typescript
export type { AttachmentAdapter } from "./AttachmentAdapter";
export { SimpleImageAttachmentAdapter } from "./SimpleImageAttachmentAdapter";
export { SimpleTextAttachmentAdapter } from "./SimpleTextAttachmentAdapter";
export { CompositeAttachmentAdapter } from "./CompositeAttachmentAdapter";
export { CloudFileAttachmentAdapter } from "./CloudFileAttachmentAdapter";