@agentv/core 4.24.0-next.1 → 4.24.1-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-CUVG5O5P.js → chunk-SJ5SN7RJ.js} +4 -4
- package/dist/{chunk-CUVG5O5P.js.map → chunk-SJ5SN7RJ.js.map} +1 -1
- package/dist/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/{ts-eval-loader-SYQYQPMC.js → ts-eval-loader-F7Y5QBKH.js} +2 -2
- package/package.json +1 -1
- /package/dist/{ts-eval-loader-SYQYQPMC.js.map → ts-eval-loader-F7Y5QBKH.js.map} +0 -0
|
@@ -15221,7 +15221,7 @@ function parseInlineRubrics(rawRubrics) {
|
|
|
15221
15221
|
return void 0;
|
|
15222
15222
|
}
|
|
15223
15223
|
return {
|
|
15224
|
-
name: "
|
|
15224
|
+
name: "rubrics",
|
|
15225
15225
|
type: "llm-grader",
|
|
15226
15226
|
rubrics: rubricItems
|
|
15227
15227
|
};
|
|
@@ -16105,7 +16105,7 @@ async function loadTestSuite(evalFilePath, repoRoot, options) {
|
|
|
16105
16105
|
return { tests: await loadTestsFromAgentSkills(evalFilePath) };
|
|
16106
16106
|
}
|
|
16107
16107
|
if (format === "typescript") {
|
|
16108
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
16108
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-F7Y5QBKH.js");
|
|
16109
16109
|
return loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
16110
16110
|
}
|
|
16111
16111
|
const { tests, parsed, suiteWorkspacePath } = await loadTestsFromYaml(
|
|
@@ -16140,7 +16140,7 @@ async function loadTests(evalFilePath, repoRoot, options) {
|
|
|
16140
16140
|
return loadTestsFromAgentSkills(evalFilePath);
|
|
16141
16141
|
}
|
|
16142
16142
|
if (format === "typescript") {
|
|
16143
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
16143
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-F7Y5QBKH.js");
|
|
16144
16144
|
const suite = await loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
16145
16145
|
return suite.tests;
|
|
16146
16146
|
}
|
|
@@ -19954,4 +19954,4 @@ export {
|
|
|
19954
19954
|
loadTestById,
|
|
19955
19955
|
loadEvalCaseById
|
|
19956
19956
|
};
|
|
19957
|
-
//# sourceMappingURL=chunk-
|
|
19957
|
+
//# sourceMappingURL=chunk-SJ5SN7RJ.js.map
|