ai 4.1.23 → 4.1.25

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/dist/index.mjs CHANGED
@@ -5472,6 +5472,11 @@ var DefaultStreamTextResult = class {
5472
5472
  )
5473
5473
  );
5474
5474
  }
5475
+ async consumeStream() {
5476
+ const stream = this.fullStream;
5477
+ for await (const part of stream) {
5478
+ }
5479
+ }
5475
5480
  get experimental_partialOutputStream() {
5476
5481
  if (this.output == null) {
5477
5482
  throw new NoOutputSpecifiedError();