@mastra/ai-sdk 1.4.3-alpha.0 → 1.4.4-alpha.0

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
@@ -9,7 +9,7 @@ import { TripWire, MessageList, aiV5ModelMessageToV2PromptMessage } from '@mastr
9
9
  import { RequestContext } from '@mastra/core/di';
10
10
  import { WorkingMemory, MessageHistory, SemanticRecall } from '@mastra/core/processors';
11
11
 
12
- // ../../packages/_vendored/ai_v5/dist/chunk-TJMMQ5MY.js
12
+ // ../../packages/_vendored/ai_v5/dist/chunk-MGSWYDA2.js
13
13
  var marker = "vercel.ai.error";
14
14
  var symbol = Symbol.for(marker);
15
15
  var _a;
@@ -14646,7 +14646,7 @@ function createProcessorMiddleware(options) {
14646
14646
  try {
14647
14647
  await processor.processInput({
14648
14648
  messages: messageList.get.input.db(),
14649
- systemMessages: messageList.getAllSystemMessages(),
14649
+ systemMessages: messageList.getSystemMessages(),
14650
14650
  messageList,
14651
14651
  requestContext,
14652
14652
  abort: (reason) => {