@assistant-ui/react
Version:
React components for AI chat.
5 lines • 350 B
TypeScript
import { AssistantStreamChunk } from "./AssistantStreamChunkType";
import { StreamPart } from "./utils/StreamPart";
import { ToolResultStreamPart } from "./toolResultStream";
export declare function assistantDecoderStream(): TransformStream<StreamPart<AssistantStreamChunk>, ToolResultStreamPart>;
//# sourceMappingURL=assistantDecoderStream.d.ts.map