@assistant-ui/react
Version:
React components for AI chat.
6 lines • 321 B
TypeScript
import { AssistantRuntimeCore } from "./AssistantRuntimeCore";
/**
* @deprecated Use `runtime.thread.subscribe` instead. This will be removed in 0.6.0.
*/
export declare const subscribeToMainThread: (runtime: AssistantRuntimeCore, callback: () => void) => () => void;
//# sourceMappingURL=subscribeToMainThread.d.ts.map