@langfuse/client 4.4.10-alpha.3 → 4.5.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.mjs CHANGED
@@ -473,7 +473,8 @@ var ExperimentManager = class {
473
473
  const params2 = {
474
474
  input: item.input,
475
475
  expectedOutput: item.expectedOutput,
476
- output
476
+ output,
477
+ metadata: item.metadata
477
478
  };
478
479
  return evaluator(params2).then((result) => {
479
480
  return Array.isArray(result) ? result : [result];