@voltagent/core 1.1.8 → 1.1.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/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8655,10 +8655,7 @@ Context: ${(0, import_utils11.safeStringify)(contextObj, { indentation: 2 })}`;
|
|
|
8655
8655
|
"fullStreamWriter"
|
|
8656
8656
|
);
|
|
8657
8657
|
if (uiStreamWriter && response.fullStream) {
|
|
8658
|
-
const subagentUIStream = response.toUIMessageStream(
|
|
8659
|
-
sendStart: false,
|
|
8660
|
-
originalMessages: messages
|
|
8661
|
-
});
|
|
8658
|
+
const subagentUIStream = response.toUIMessageStream();
|
|
8662
8659
|
const enrichedStream = createMetadataEnrichedStream(
|
|
8663
8660
|
subagentUIStream,
|
|
8664
8661
|
{
|