UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

8 lines 320 B
// src/runtimes/adapters/index.ts export * from "./attachment/index.js"; export * from "./feedback/index.js"; export * from "./speech/index.js"; export * from "./suggestion/index.js"; export * from "./RuntimeAdapterProvider.js"; export * from "./thread-history/ThreadHistoryAdapter.js"; //# sourceMappingURL=index.js.map