@mastra/ai-sdk 1.0.0-beta.14 → 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/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,