@assistant-ui/react
Version:
TypeScript/React library for AI Chat
7 lines • 322 B
TypeScript
import type { AssistantRuntime } from "./runtime/AssistantRuntime";
export declare const RuntimeAdapter: import("@assistant-ui/tap").Resource<{
key: string | undefined;
state: any;
api: import("../client/types/ThreadList").ThreadListClientApi;
}, AssistantRuntime>;
//# sourceMappingURL=RuntimeAdapter.d.ts.map