@assistant-ui/react
Version:
TypeScript/React library for AI Chat
8 lines • 420 B
TypeScript
export { useLocalRuntime } from "./useLocalRuntime.js";
/**
* @deprecated Use `useLocalRuntime` instead.
*/
export { useLocalRuntime as useLocalThreadRuntime } from "./useLocalRuntime.js";
export type { LocalRuntimeOptions } from "./LocalRuntimeOptions.js";
export type { ChatModelAdapter, ChatModelRunOptions, ChatModelRunResult, ChatModelRunUpdate, } from "./ChatModelAdapter.js";
//# sourceMappingURL=index.d.ts.map