Standardized the grammar and spoken_word modules on a shared editorial_review validator

This commit is contained in:
2026-05-14 09:30:10 -05:00
parent b103bb2e7d
commit 6dae15656d
11 changed files with 9 additions and 65 deletions

View File

@@ -32,7 +32,7 @@ var builtInChains = map[string][]string{
KeyConfidenceThreshold,
KeyProtectedTerms,
KeyNonEmptyCorrectedText,
KeySpokenWordReview,
KeyEditorialReview,
KeyMeaningReversalReview,
},
"grammar": {
@@ -41,7 +41,7 @@ var builtInChains = map[string][]string{
KeyConfidenceThreshold,
KeyProtectedTerms,
KeyNonEmptyCorrectedText,
KeyGrammarReview,
KeyEditorialReview,
KeyMeaningReversalReview,
},
}