@mastra/client-js 1.36.0 → 1.36.1-alpha.1

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
@@ -7224,7 +7224,7 @@ var MastraClient = class extends BaseResource {
7224
7224
  return this.request(`/datasets/${encodeURIComponent(datasetId)}/experiments/${encodeURIComponent(experimentId)}/results${qs ? `?${qs}` : ""}`);
7225
7225
  }
7226
7226
  /**
7227
- * Updates an experiment result's status and/or tags
7227
+ * Updates an experiment result's status, tags, and/or comment
7228
7228
  */
7229
7229
  updateDatasetExperimentResult(params) {
7230
7230
  const { datasetId, experimentId, resultId, ...body } = params;
@@ -7244,7 +7244,7 @@ var MastraClient = class extends BaseResource {
7244
7244
  });
7245
7245
  }
7246
7246
  /**
7247
- * Updates the status and/or tags on an experiment result
7247
+ * Updates the status, tags, and/or comment on an experiment result
7248
7248
  */
7249
7249
  updateExperimentResult(params) {
7250
7250
  const { datasetId, experimentId, resultId, ...body } = params;