MCPcopy Create free account
hub / github.com/Emmimal/control-layer / ValidationResult

Class ValidationResult

control_layer.py:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155@dataclass
156class ValidationResult:
157 passed: bool
158 failure_mode: FailureMode = FailureMode.NONE
159 message: str = ""
160 score: float = 1.0
161
162
163@dataclass

Callers 4

validateMethod · 0.85
validateMethod · 0.85
_check_jsonMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected