ai 4.1.20 → 4.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
@@ -13,7 +13,8 @@ import {
|
|
13
13
|
parseAssistantStreamPart,
|
14
14
|
parseDataStreamPart,
|
15
15
|
processDataStream,
|
16
|
-
processTextStream
|
16
|
+
processTextStream,
|
17
|
+
zodSchema
|
17
18
|
} from "@ai-sdk/ui-utils";
|
18
19
|
|
19
20
|
// core/data-stream/create-data-stream.ts
|
@@ -6568,6 +6569,7 @@ export {
|
|
6568
6569
|
streamObject,
|
6569
6570
|
streamText,
|
6570
6571
|
tool,
|
6571
|
-
wrapLanguageModel
|
6572
|
+
wrapLanguageModel,
|
6573
|
+
zodSchema
|
6572
6574
|
};
|
6573
6575
|
//# sourceMappingURL=index.mjs.map
|