UNPKG

@assistant-ui/react

Version:

Typescript/React library 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";