Hardened the proposal modules to skip malformed proposals rather than hard failing the entire run
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
This commit is contained in:
@@ -18,6 +18,8 @@ const (
|
||||
ReasonEmptyCorrectedText = "empty_corrected_text"
|
||||
ReasonNoEffect = "no_effect"
|
||||
ReasonProtectedGlossaryTerm = "protected_glossary_term"
|
||||
ReasonValidatorMalformed = "validator_malformed_response"
|
||||
ReasonValidatorMissing = "validator_missing_decision"
|
||||
)
|
||||
|
||||
// Request is the runtime input shared by deterministic validators.
|
||||
|
||||
Reference in New Issue
Block a user