@absolutejs/absolute 0.19.0-beta.533 → 0.19.0-beta.535

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.
@@ -1806,7 +1806,8 @@ var buildRAGEvaluationLeaderboard = (runs) => {
1806
1806
  var runRAGEvaluationSuite = async ({
1807
1807
  suite,
1808
1808
  evaluate,
1809
- overrides
1809
+ overrides,
1810
+ artifacts
1810
1811
  }) => {
1811
1812
  const startedAt = Date.now();
1812
1813
  const response = await evaluate({
@@ -1816,6 +1817,7 @@ var runRAGEvaluationSuite = async ({
1816
1817
  });
1817
1818
  const finishedAt = Date.now();
1818
1819
  return {
1820
+ caseTraceSnapshots: artifacts?.caseTraceSnapshots,
1819
1821
  elapsedMs: finishedAt - startedAt,
1820
1822
  finishedAt,
1821
1823
  id: generateId(),
@@ -1823,7 +1825,8 @@ var runRAGEvaluationSuite = async ({
1823
1825
  metadata: suite.metadata,
1824
1826
  response,
1825
1827
  startedAt,
1826
- suiteId: suite.id
1828
+ suiteId: suite.id,
1829
+ traceSummary: artifacts?.traceSummary
1827
1830
  };
1828
1831
  };
1829
1832
  // src/react/ai/useRAGChunkPreview.ts
@@ -1870,7 +1870,8 @@ var buildRAGEvaluationLeaderboard = (runs) => {
1870
1870
  var runRAGEvaluationSuite = async ({
1871
1871
  suite,
1872
1872
  evaluate,
1873
- overrides
1873
+ overrides,
1874
+ artifacts
1874
1875
  }) => {
1875
1876
  const startedAt = Date.now();
1876
1877
  const response = await evaluate({
@@ -1880,6 +1881,7 @@ var runRAGEvaluationSuite = async ({
1880
1881
  });
1881
1882
  const finishedAt = Date.now();
1882
1883
  return {
1884
+ caseTraceSnapshots: artifacts?.caseTraceSnapshots,
1883
1885
  elapsedMs: finishedAt - startedAt,
1884
1886
  finishedAt,
1885
1887
  id: generateId(),
@@ -1887,7 +1889,8 @@ var runRAGEvaluationSuite = async ({
1887
1889
  metadata: suite.metadata,
1888
1890
  response,
1889
1891
  startedAt,
1890
- suiteId: suite.id
1892
+ suiteId: suite.id,
1893
+ traceSummary: artifacts?.traceSummary
1891
1894
  };
1892
1895
  };
1893
1896
 
@@ -172204,7 +172204,7 @@ ${registrations}
172204
172204
  ({ tsLibDir } = cached);
172205
172205
  cached.lastUsed = Date.now();
172206
172206
  } else {
172207
- const tsPath = __require.resolve("typescript");
172207
+ const tsPath = __require.resolve("/home/alexkahn/abs/absolutejs/node_modules/typescript/lib/typescript.js");
172208
172208
  const tsRootDir = dirname3(tsPath);
172209
172209
  tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve5(tsRootDir, "lib");
172210
172210
  const config = readConfiguration("./tsconfig.json");
@@ -182239,5 +182239,5 @@ export {
182239
182239
  Island
182240
182240
  };
182241
182241
 
182242
- //# debugId=A04B9E4707529A4D64756E2164756E21
182242
+ //# debugId=EF76AEE7A161867E64756E2164756E21
182243
182243
  //# sourceMappingURL=index.js.map