UNPKG

@assistant-ui/react

Version:

React components for AI chat.

8 lines (5 loc) 272 B
export * from "./converters"; export * from "./streams/utils"; export { useEdgeRuntime, type EdgeRuntimeOptions } from "./useEdgeRuntime"; export { EdgeChatAdapter } from "./EdgeChatAdapter"; export type { EdgeRuntimeRequestOptions } from "./EdgeRuntimeRequestOptions";