UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

8 lines (5 loc) 331 B
export * from "./converters"; export { useEdgeRuntime, type EdgeRuntimeOptions } from "./useEdgeRuntime"; export { EdgeModelAdapter as EdgeChatAdapter } from "./EdgeModelAdapter"; export type { EdgeRuntimeRequestOptions } from "./EdgeRuntimeRequestOptions"; export { unstable_runPendingTools } from "./streams/toolResultStream";