@apertis/ai-sdk-provider 2.0.0 → 2.0.1

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.cjs CHANGED
@@ -2553,6 +2553,7 @@ var ApertisChatLanguageModel = class {
2553
2553
  type: "text-end",
2554
2554
  id: textId
2555
2555
  });
2556
+ textId = null;
2556
2557
  }
2557
2558
  for (const [, buffer] of toolCallBuffers) {
2558
2559
  if (buffer.name) {
@@ -2766,6 +2767,7 @@ var ApertisChatLanguageModelV2 = class {
2766
2767
  type: "text-end",
2767
2768
  id: textId
2768
2769
  });
2770
+ textId = null;
2769
2771
  }
2770
2772
  for (const [, buffer] of toolCallBuffers) {
2771
2773
  if (buffer.name) {