@mastra/core 0.15.3-alpha.1 → 0.15.3-alpha.2
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/agent/index.cjs +8 -8
- package/dist/agent/index.js +1 -1
- package/dist/agent/input-processor/index.cjs +6 -6
- package/dist/agent/input-processor/index.js +1 -1
- package/dist/{chunk-FGCA6CCM.js → chunk-5NGEKEU7.js} +9 -2
- package/dist/chunk-5NGEKEU7.js.map +1 -0
- package/dist/{chunk-6Z7D7CA3.cjs → chunk-7OSUKFNG.cjs} +9 -2
- package/dist/chunk-7OSUKFNG.cjs.map +1 -0
- package/dist/{chunk-HRDADYVX.cjs → chunk-HHLPYCQG.cjs} +4 -4
- package/dist/{chunk-HRDADYVX.cjs.map → chunk-HHLPYCQG.cjs.map} +1 -1
- package/dist/{chunk-XEY3CWQW.cjs → chunk-HXYE4EJA.cjs} +7 -7
- package/dist/{chunk-XEY3CWQW.cjs.map → chunk-HXYE4EJA.cjs.map} +1 -1
- package/dist/{chunk-MKWJKRSX.js → chunk-IYCG5OVT.js} +3 -3
- package/dist/{chunk-MKWJKRSX.js.map → chunk-IYCG5OVT.js.map} +1 -1
- package/dist/{chunk-5MCNXLGT.js → chunk-T64BA34G.js} +3 -3
- package/dist/{chunk-5MCNXLGT.js.map → chunk-T64BA34G.js.map} +1 -1
- package/dist/{chunk-TINMY4WA.js → chunk-UT6KEZRF.js} +3 -3
- package/dist/{chunk-TINMY4WA.js.map → chunk-UT6KEZRF.js.map} +1 -1
- package/dist/{chunk-CDLIHAX2.cjs → chunk-WHEH32QU.cjs} +4 -4
- package/dist/{chunk-CDLIHAX2.cjs.map → chunk-WHEH32QU.cjs.map} +1 -1
- package/dist/index.cjs +17 -17
- package/dist/index.js +4 -4
- package/dist/loop/index.cjs +2 -2
- package/dist/loop/index.js +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.js +1 -1
- package/dist/network/index.cjs +2 -2
- package/dist/network/index.js +1 -1
- package/dist/network/vNext/index.cjs +12 -12
- package/dist/network/vNext/index.js +1 -1
- package/dist/processors/index.cjs +8 -8
- package/dist/processors/index.js +2 -2
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.js +1 -1
- package/dist/scores/index.cjs +5 -5
- package/dist/scores/index.js +1 -1
- package/dist/stream/aisdk/v5/compat.d.ts +8 -117
- package/dist/stream/aisdk/v5/compat.d.ts.map +1 -1
- package/dist/stream/index.cjs +3 -3
- package/dist/stream/index.js +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/index.cjs +10 -10
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/legacy/index.cjs +22 -22
- package/dist/workflows/legacy/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-6Z7D7CA3.cjs.map +0 -1
- package/dist/chunk-FGCA6CCM.js.map +0 -1
|
@@ -480,6 +480,13 @@ function convertFullStreamChunkToUIMessageStream({
|
|
|
480
480
|
} : {})
|
|
481
481
|
};
|
|
482
482
|
}
|
|
483
|
+
case "tool-output":
|
|
484
|
+
{
|
|
485
|
+
return {
|
|
486
|
+
id: part.toolCallId,
|
|
487
|
+
...part.output
|
|
488
|
+
};
|
|
489
|
+
}
|
|
483
490
|
case "tool-error":
|
|
484
491
|
{
|
|
485
492
|
return {
|
|
@@ -15530,5 +15537,5 @@ exports.recursivelyCheckForFinalState = recursivelyCheckForFinalState;
|
|
|
15530
15537
|
exports.resolveVariables = resolveVariables;
|
|
15531
15538
|
exports.updateStepInHierarchy = updateStepInHierarchy;
|
|
15532
15539
|
exports.workflowToStep = workflowToStep;
|
|
15533
|
-
//# sourceMappingURL=chunk-
|
|
15534
|
-
//# sourceMappingURL=chunk-
|
|
15540
|
+
//# sourceMappingURL=chunk-7OSUKFNG.cjs.map
|
|
15541
|
+
//# sourceMappingURL=chunk-7OSUKFNG.cjs.map
|