UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

8 lines 370 B
// src/runtimes/remote-thread-list/index.ts import { useRemoteThreadListRuntime } from "./useRemoteThreadListRuntime.js"; import { InMemoryThreadListAdapter } from "./adapter/in-memory.js"; export { InMemoryThreadListAdapter as unstable_InMemoryThreadListAdapter, useRemoteThreadListRuntime as unstable_useRemoteThreadListRuntime }; //# sourceMappingURL=index.js.map