UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

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