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

Function hasStructuralFailures

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

Source from the content-addressed store, hash-verified

30}
31
32function hasStructuralFailures(result) {
33 return result.checks.some(
34 (check) =>
35 check.status === "fail" &&
36 (check.category === "manifest" || check.category === "skill-structure"),
37 );
38}
39
40function hasBudgetPressure(result) {
41 return ["heavy", "excessive"].includes(result.budgets?.trigger_cost_tokens?.band) ||

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected