ai 4.1.51 → 4.1.52
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 +6 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -4944,7 +4944,7 @@ var DefaultStreamTextResult = class {
|
|
4944
4944
|
let recordedStepText = "";
|
4945
4945
|
let recordedContinuationText = "";
|
4946
4946
|
let recordedFullText = "";
|
4947
|
-
|
4947
|
+
let stepReasoning = [];
|
4948
4948
|
let activeReasoningText = void 0;
|
4949
4949
|
let recordedStepSources = [];
|
4950
4950
|
const recordedSources = [];
|
@@ -5058,6 +5058,8 @@ var DefaultStreamTextResult = class {
|
|
5058
5058
|
recordedToolResults = [];
|
5059
5059
|
recordedStepText = "";
|
5060
5060
|
recordedStepSources = [];
|
5061
|
+
stepReasoning = [];
|
5062
|
+
activeReasoningText = void 0;
|
5061
5063
|
if (nextStepType !== "done") {
|
5062
5064
|
stepType = nextStepType;
|
5063
5065
|
}
|