@assistant-ui/react
Version:
TypeScript/React library for AI Chat
12 lines • 447 B
TypeScript
import { MessageRuntime } from "../runtime/MessageRuntime";
import { RefObject } from "react";
import { MessageClientApi } from "../../client/types/Message";
export declare const MessageClient: import("@assistant-ui/tap").ResourceElementConstructor<{
key: string | undefined;
state: any;
api: MessageClientApi;
}, {
runtime: MessageRuntime;
threadIdRef: RefObject<string>;
}>;
//# sourceMappingURL=MessageRuntimeClient.d.ts.map