File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/ai/src/ui-message-stream Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' ai ' : patch
3
+ ---
4
+
5
+ feat (ai): export InferUIMessageChunk type
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ export { createUIMessageStreamResponse } from './create-ui-message-stream-respon
3
3
export { JsonToSseTransformStream } from './json-to-sse-transform-stream' ;
4
4
export { pipeUIMessageStreamToResponse } from './pipe-ui-message-stream-to-response' ;
5
5
export { readUIMessageStream } from './read-ui-message-stream' ;
6
- export type { UIMessageChunk } from './ui-message-chunks' ;
6
+ export type { InferUIMessageChunk , UIMessageChunk } from './ui-message-chunks' ;
7
7
export { UI_MESSAGE_STREAM_HEADERS } from './ui-message-stream-headers' ;
8
8
export type { UIMessageStreamWriter } from './ui-message-stream-writer' ;
You can’t perform that action at this time.
0 commit comments