ai 4.2.7 → 4.2.8

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
@@ -6525,7 +6525,7 @@ function appendResponseMessages({
6525
6525
  }));
6526
6526
  };
6527
6527
  var getToolInvocations = getToolInvocations2;
6528
- const parts = [];
6528
+ const parts = [{ type: "step-start" }];
6529
6529
  let textContent = "";
6530
6530
  let reasoningTextContent = void 0;
6531
6531
  if (typeof message.content === "string") {