@agentv/core 4.31.3-next.1 → 4.31.4-next.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/{chunk-A27NE3R7.js → chunk-575K7WRM.js} +3 -3
- package/dist/chunk-575K7WRM.js.map +1 -0
- package/dist/evaluation/validation/index.cjs +1 -0
- package/dist/evaluation/validation/index.cjs.map +1 -1
- package/dist/evaluation/validation/index.js +1 -0
- package/dist/evaluation/validation/index.js.map +1 -1
- package/dist/index.cjs +17 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +18 -8
- package/dist/index.js.map +1 -1
- package/dist/{ts-eval-loader-XR6DNOZ3.js → ts-eval-loader-FRQF6KHR.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-A27NE3R7.js.map +0 -1
- /package/dist/{ts-eval-loader-XR6DNOZ3.js.map → ts-eval-loader-FRQF6KHR.js.map} +0 -0
|
@@ -15759,7 +15759,7 @@ async function loadTestSuite(evalFilePath, repoRoot, options) {
|
|
|
15759
15759
|
return { tests: await loadTestsFromAgentSkills(evalFilePath) };
|
|
15760
15760
|
}
|
|
15761
15761
|
if (format === "typescript") {
|
|
15762
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
15762
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-FRQF6KHR.js");
|
|
15763
15763
|
return loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
15764
15764
|
}
|
|
15765
15765
|
const { tests, parsed, suiteWorkspacePath } = await loadTestsFromYaml(
|
|
@@ -15794,7 +15794,7 @@ async function loadTests(evalFilePath, repoRoot, options) {
|
|
|
15794
15794
|
return loadTestsFromAgentSkills(evalFilePath);
|
|
15795
15795
|
}
|
|
15796
15796
|
if (format === "typescript") {
|
|
15797
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
15797
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-FRQF6KHR.js");
|
|
15798
15798
|
const suite = await loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
15799
15799
|
return suite.tests;
|
|
15800
15800
|
}
|
|
@@ -19672,4 +19672,4 @@ export {
|
|
|
19672
19672
|
loadTestById,
|
|
19673
19673
|
loadEvalCaseById
|
|
19674
19674
|
};
|
|
19675
|
-
//# sourceMappingURL=chunk-
|
|
19675
|
+
//# sourceMappingURL=chunk-575K7WRM.js.map
|