@mastra/evals 0.13.10 → 0.14.0-alpha.0

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/{dist-U76IQBNC.js → dist-EKFCQ7IX.js} +1207 -1199
  3. package/dist/dist-EKFCQ7IX.js.map +1 -0
  4. package/dist/{dist-IEBPVOY3.cjs → dist-PGA5XTSX.cjs} +1207 -1199
  5. package/dist/dist-PGA5XTSX.cjs.map +1 -0
  6. package/dist/index.cjs +1 -1
  7. package/dist/index.js +1 -1
  8. package/dist/{magic-string.es-WQRLTQPQ.js → magic-string.es-7ORA5OGR.js} +20 -5
  9. package/dist/magic-string.es-7ORA5OGR.js.map +1 -0
  10. package/dist/{magic-string.es-VZN2EYER.cjs → magic-string.es-NZ2XWFKN.cjs} +20 -5
  11. package/dist/magic-string.es-NZ2XWFKN.cjs.map +1 -0
  12. package/dist/scorers/llm/answer-relevancy/index.d.ts +2 -2
  13. package/dist/scorers/llm/answer-relevancy/index.d.ts.map +1 -1
  14. package/dist/scorers/llm/bias/index.d.ts +2 -2
  15. package/dist/scorers/llm/bias/index.d.ts.map +1 -1
  16. package/dist/scorers/llm/faithfulness/index.d.ts +2 -2
  17. package/dist/scorers/llm/faithfulness/index.d.ts.map +1 -1
  18. package/dist/scorers/llm/hallucination/index.d.ts +2 -2
  19. package/dist/scorers/llm/hallucination/index.d.ts.map +1 -1
  20. package/dist/scorers/llm/index.cjs +4 -1
  21. package/dist/scorers/llm/index.cjs.map +1 -1
  22. package/dist/scorers/llm/index.js +4 -1
  23. package/dist/scorers/llm/index.js.map +1 -1
  24. package/dist/scorers/llm/toxicity/index.d.ts +3 -3
  25. package/dist/scorers/llm/toxicity/index.d.ts.map +1 -1
  26. package/package.json +6 -6
  27. package/dist/dist-IEBPVOY3.cjs.map +0 -1
  28. package/dist/dist-U76IQBNC.js.map +0 -1
  29. package/dist/magic-string.es-VZN2EYER.cjs.map +0 -1
  30. package/dist/magic-string.es-WQRLTQPQ.js.map +0 -1
@@ -1218,7 +1218,10 @@ ${toxics.join("\n")}`;
1218
1218
  }
1219
1219
 
1220
1220
  // src/scorers/llm/toxicity/index.ts
1221
- function createToxicityScorer({ model, options }) {
1221
+ function createToxicityScorer({
1222
+ model,
1223
+ options
1224
+ }) {
1222
1225
  return createScorer({
1223
1226
  name: "Toxicity Scorer",
1224
1227
  description: "A scorer that evaluates the toxicity of an LLM output to an input",