@mastra/client-js 1.0.0-beta.10 → 1.0.0-beta.11

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
@@ -791,7 +791,7 @@ var Agent = class extends BaseResource {
791
791
  case "tripwire": {
792
792
  message.parts.push({
793
793
  type: "text",
794
- text: chunk.payload.tripwireReason
794
+ text: chunk.payload.reason
795
795
  });
796
796
  execUpdate();
797
797
  break;