@assistant-ui/react
Version:
React components for AI chat.
16 lines (13 loc) • 431 B
text/typescript
import { streamPartDecoderStream } from "./streamPartDecoderStream";
import { streamPartEncoderStream } from "./streamPartEncoderStream";
import { StreamPart } from "./StreamPart";
export declare namespace StreamUtils {
export { StreamPart };
}
/**
* @deprecated `streamUtils` will be replaced with `assistant-stream` once it is ready.
*/
export const streamUtils = {
streamPartEncoderStream,
streamPartDecoderStream,
};