UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

4 lines 327 B
import type { ChatModelAdapter } from "./ChatModelAdapter"; import type { LocalRuntimeOptions } from "./LocalRuntimeOptions"; export declare const useLocalRuntime: (adapter: ChatModelAdapter, { cloud, ...options }?: LocalRuntimeOptions) => import("../../runtime").AssistantRuntime; //# sourceMappingURL=useLocalRuntime.d.ts.map