MCPcopy
hub / github.com/promptfoo/promptfoo / evaluate

Function evaluate

src/node/evaluate.ts:65–67  ·  view source on GitHub ↗
(testSuite: EvaluateTestSuite, options: EvaluateOptions = {})

Source from the content-addressed store, hash-verified

63 * @see runAssertion for testing specific outputs
64 */
65export async function evaluate(testSuite: EvaluateTestSuite, options: EvaluateOptions = {}) {
66 return evaluateWithSource(testSuite, { ...options, eventSource: 'library' });
67}
68
69export { evaluateWithSource };

Callers 2

Calls 1

evaluateWithSourceFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…