@ls-stack/agent-eval 0.12.0 → 0.12.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.
@@ -1,6 +1,6 @@
1
1
  import { C as updateManualScoreRequestSchema, S as createRunRequestSchema } from "./runOrchestration-COFhQvTJ.mjs";
2
- import "./src-OZSs693X.mjs";
3
- import { t as getRunnerInstance } from "./runner-nQjuRZGC.mjs";
2
+ import "./src-CzAf_rfb.mjs";
3
+ import { t as getRunnerInstance } from "./runner-CSydBBpq.mjs";
4
4
  import { readFile } from "node:fs/promises";
5
5
  import { dirname, join, relative, resolve, sep } from "node:path";
6
6
  import { z } from "zod/v4";
@@ -219,7 +219,7 @@ const runsRoutes = new Hono().get("/", (c) => {
219
219
  type: terminalType,
220
220
  runId,
221
221
  timestamp: now,
222
- payload: terminalType === "run.error" ? { message: "Run ended with error" } : initial.summary
222
+ payload: terminalType === "run.error" ? { message: initial.summary.errorMessage ?? "Run ended with error" } : initial.summary
223
223
  });
224
224
  return;
225
225
  }