@mastra/client-js 1.10.1-alpha.0 → 1.10.1-alpha.2

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
@@ -346,7 +346,7 @@ var AgentVoice = class extends BaseResource {
346
346
  headers: {
347
347
  "Content-Type": "application/json"
348
348
  },
349
- body: { input: text, options },
349
+ body: { text, options },
350
350
  stream: true
351
351
  });
352
352
  }