UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

15 lines (12 loc) 383 B
export { useLocalRuntime } from "./useLocalRuntime"; /** * @deprecated Use `useLocalRuntime` instead. */ export { useLocalRuntime as useLocalThreadRuntime } from "./useLocalRuntime"; export type { LocalRuntimeOptions } from "./LocalRuntimeOptions"; export type { ChatModelAdapter, ChatModelRunOptions, ChatModelRunResult, ChatModelRunUpdate, } from "./ChatModelAdapter";