ai 4.1.22 → 4.1.23

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
@@ -5455,8 +5455,6 @@ var DefaultStreamTextResult = class {
5455
5455
  transform({ part }, controller) {
5456
5456
  if (part.type === "text-delta") {
5457
5457
  controller.enqueue(part.textDelta);
5458
- } else if (part.type === "error") {
5459
- controller.error(part.error);
5460
5458
  }
5461
5459
  }
5462
5460
  })