@agentv/core 4.3.1 → 4.3.3
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/agentv-provider-TXM4UEUT.js +7 -0
- package/dist/{chunk-HFSYZHGF.js → chunk-KPSI5CSL.js} +1 -1
- package/dist/{chunk-V6QVGHVD.js → chunk-M65PVDQ5.js} +1 -1
- package/dist/{chunk-W5YDZWT4.js → chunk-PRNXHNLF.js} +1 -1
- package/dist/{esm-5Q4BZALM.js → esm-ZADQ4XQH.js} +1 -1
- package/dist/evaluation/validation/index.cjs +0 -8
- package/dist/evaluation/validation/index.cjs.map +1 -1
- package/dist/evaluation/validation/index.js +1 -9
- package/dist/evaluation/validation/index.js.map +1 -1
- package/dist/index.cjs +176 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/otlp-json-file-exporter-RJFPCKVK.js +7 -0
- package/package.json +1 -1
- package/dist/agentv-provider-NFFLXG5M.js +0 -7
- package/dist/otlp-json-file-exporter-77FDBRSY.js +0 -7
- /package/dist/{agentv-provider-NFFLXG5M.js.map → agentv-provider-TXM4UEUT.js.map} +0 -0
- /package/dist/{chunk-HFSYZHGF.js.map → chunk-KPSI5CSL.js.map} +0 -0
- /package/dist/{chunk-V6QVGHVD.js.map → chunk-M65PVDQ5.js.map} +0 -0
- /package/dist/{chunk-W5YDZWT4.js.map → chunk-PRNXHNLF.js.map} +0 -0
- /package/dist/{esm-5Q4BZALM.js.map → esm-ZADQ4XQH.js.map} +0 -0
- /package/dist/{otlp-json-file-exporter-77FDBRSY.js.map → otlp-json-file-exporter-RJFPCKVK.js.map} +0 -0
|
@@ -664,14 +664,6 @@ function validateMetadata(parsed, filePath, errors) {
|
|
|
664
664
|
});
|
|
665
665
|
}
|
|
666
666
|
}
|
|
667
|
-
if (!("description" in parsed) || parsed.description === void 0) {
|
|
668
|
-
errors.push({
|
|
669
|
-
severity: "warning",
|
|
670
|
-
filePath,
|
|
671
|
-
location: "name",
|
|
672
|
-
message: "When 'name' is present, 'description' should also be provided."
|
|
673
|
-
});
|
|
674
|
-
}
|
|
675
667
|
}
|
|
676
668
|
}
|
|
677
669
|
function validateTestsStringPath(testsPath, filePath, errors) {
|