ai 7.0.41 → 7.0.43

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.
@@ -1186,7 +1186,8 @@ type StepResult<TOOLS extends ToolSet, RUNTIME_CONTEXT extends Context = Context
1186
1186
  */
1187
1187
  readonly content: Array<ContentPart<TOOLS>>;
1188
1188
  /**
1189
- * The generated text. Can be an empty string if the model has not generated any text.
1189
+ * The concatenation of all text parts generated in this step.
1190
+ * It is an empty string if the step contains no text parts.
1190
1191
  */
1191
1192
  readonly text: string;
1192
1193
  /**
@@ -85,7 +85,7 @@ import {
85
85
  } from "@ai-sdk/provider-utils";
86
86
 
87
87
  // src/version.ts
88
- var VERSION = true ? "7.0.41" : "0.0.0-test";
88
+ var VERSION = true ? "7.0.43" : "0.0.0-test";
89
89
 
90
90
  // src/util/download/download.ts
91
91
  var download = async ({