MCPcopy Create free account
hub / github.com/openai/plugins / hasWarningsOrFailures

Function hasWarningsOrFailures

plugins/plugin-eval/src/core/presentation.js:45–47  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

43}
44
45function hasWarningsOrFailures(result) {
46 return result.checks.some((check) => check.status === "fail" || check.status === "warn");
47}
48
49export function createEvaluationNextAction(result) {
50 const labelName = targetLabel(result.target);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected