UNPKG

@assistant-ui/react

Version:

React components for AI chat.

9 lines (8 loc) 249 B
export { useLocalRuntime } from "./useLocalRuntime"; export type { LocalRuntimeOptions } from "./LocalRuntimeOptions"; export type { ChatModelAdapter, ChatModelRunOptions, ChatModelRunResult, ChatModelRunUpdate, } from "./ChatModelAdapter";