@assistant-ui/react
Version:
TypeScript/React library for AI Chat
4 lines • 299 B
TypeScript
export { useLocalRuntime, useLocalThreadRuntime } from "./useLocalRuntime";
export type { LocalRuntimeOptions } from "./LocalRuntimeOptions";
export type { ChatModelAdapter, ChatModelRunOptions, ChatModelRunResult, ChatModelRunUpdate, } from "./ChatModelAdapter";
//# sourceMappingURL=index.d.ts.map