@mastra/client-js 1.23.1-alpha.0 → 1.23.2-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
@@ -2396,6 +2396,8 @@ var Agent = class extends BaseResource {
2396
2396
  return streamResponse;
2397
2397
  }
2398
2398
  /**
2399
+ * @deprecated Use `resumeStream(resumeData, { untilIdle: true, ... })` instead.
2400
+ *
2399
2401
  * Resumes a suspended agent stream until idle with custom resume data.
2400
2402
  * Used to continue execution after a suspension point (e.g., workflow suspend within an agent).
2401
2403
  */