ai 4.2.7 → 4.2.9
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/CHANGELOG.md +18 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 4.2.9
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [b01120e]
|
8
|
+
- @ai-sdk/provider-utils@2.2.2
|
9
|
+
- @ai-sdk/react@1.2.4
|
10
|
+
- @ai-sdk/ui-utils@1.2.3
|
11
|
+
|
12
|
+
## 4.2.8
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- 65243ce: fix (ui): introduce step start parts
|
17
|
+
- Updated dependencies [65243ce]
|
18
|
+
- @ai-sdk/ui-utils@1.2.2
|
19
|
+
- @ai-sdk/react@1.2.3
|
20
|
+
|
3
21
|
## 4.2.7
|
4
22
|
|
5
23
|
### Patch Changes
|
package/dist/index.js
CHANGED
@@ -6575,7 +6575,7 @@ function appendResponseMessages({
|
|
6575
6575
|
}));
|
6576
6576
|
};
|
6577
6577
|
var getToolInvocations = getToolInvocations2;
|
6578
|
-
const parts = [];
|
6578
|
+
const parts = [{ type: "step-start" }];
|
6579
6579
|
let textContent = "";
|
6580
6580
|
let reasoningTextContent = void 0;
|
6581
6581
|
if (typeof message.content === "string") {
|