@mastra/ai-sdk 1.0.0-beta.15 → 1.0.0-beta.16
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 +9 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/transformers.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3380,8 +3380,8 @@ function AgentNetworkToAISDKTransformer() {
|
|
|
3380
3380
|
}
|
|
3381
3381
|
function AgentStreamToAISDKTransformer({
|
|
3382
3382
|
lastMessageId,
|
|
3383
|
-
sendStart,
|
|
3384
|
-
sendFinish,
|
|
3383
|
+
sendStart = true,
|
|
3384
|
+
sendFinish = true,
|
|
3385
3385
|
sendReasoning,
|
|
3386
3386
|
sendSources,
|
|
3387
3387
|
messageMetadata,
|