ai 4.1.28 → 4.1.29
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 +56 -23
- package/dist/index.d.ts +56 -23
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -4770,14 +4770,14 @@ var DefaultStreamTextResult = class {
|
|
4770
4770
|
output,
|
4771
4771
|
continueSteps,
|
4772
4772
|
providerOptions,
|
4773
|
-
onChunk,
|
4774
|
-
onError,
|
4775
|
-
onFinish,
|
4776
|
-
onStepFinish,
|
4777
4773
|
now: now2,
|
4778
4774
|
currentDate,
|
4779
4775
|
generateId: generateId3,
|
4780
|
-
generateMessageId
|
4776
|
+
generateMessageId,
|
4777
|
+
onChunk,
|
4778
|
+
onError,
|
4779
|
+
onFinish,
|
4780
|
+
onStepFinish
|
4781
4781
|
}) {
|
4782
4782
|
this.warningsPromise = new DelayedPromise();
|
4783
4783
|
this.usagePromise = new DelayedPromise();
|