UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

7 lines 366 B
import { AssistantRuntime } from "../../runtime/AssistantRuntime"; import { AssistantTransportOptions } from "./types"; /** * @alpha This is an experimental API that is subject to change. */ export declare const useAssistantTransportRuntime: <T>(options: AssistantTransportOptions<T>) => AssistantRuntime; //# sourceMappingURL=useAssistantTransportRuntime.d.ts.map