File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' ai ' : patch
3
+ ---
4
+
5
+ Export ` parseJsonEventStream ` and ` uiMessageChunkSchema ` from "ai" package
Original file line number Diff line number Diff line change 6
6
dynamicTool ,
7
7
generateId ,
8
8
jsonSchema ,
9
+ parseJsonEventStream ,
9
10
tool ,
10
11
zodSchema ,
11
12
type IdGenerator ,
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ 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 { InferUIMessageChunk , UIMessageChunk } from './ui-message-chunks' ;
6
+ export {
7
+ uiMessageChunkSchema ,
8
+ type InferUIMessageChunk ,
9
+ type UIMessageChunk ,
10
+ } from './ui-message-chunks' ;
7
11
export { UI_MESSAGE_STREAM_HEADERS } from './ui-message-stream-headers' ;
8
12
export type { UIMessageStreamOnFinishCallback } from './ui-message-stream-on-finish-callback' ;
9
13
export type { UIMessageStreamWriter } from './ui-message-stream-writer' ;
You can’t perform that action at this time.
0 commit comments