UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

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