UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

10 lines 521 B
// src/legacy-runtime/runtime-cores/remote-thread-list/index.ts import { useRemoteThreadListRuntime } from "./useRemoteThreadListRuntime.js"; import { InMemoryThreadListAdapter } from "./adapter/in-memory.js"; import { useCloudThreadListAdapter } from "./adapter/cloud.js"; export { InMemoryThreadListAdapter as unstable_InMemoryThreadListAdapter, useCloudThreadListAdapter as unstable_useCloudThreadListAdapter, useRemoteThreadListRuntime as unstable_useRemoteThreadListRuntime }; //# sourceMappingURL=index.js.map