UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

5 lines 345 B
import { LocalRuntimeOptions } from ".."; import { EdgeModelAdapterOptions } from "./EdgeModelAdapter"; export type EdgeRuntimeOptions = EdgeModelAdapterOptions & LocalRuntimeOptions; export declare const useEdgeRuntime: (options: EdgeRuntimeOptions) => import("../../internal").AssistantRuntimeImpl; //# sourceMappingURL=useEdgeRuntime.d.ts.map