Make module-stage LLM handling resilient and report warnings

This commit is contained in:
2026-05-23 10:07:06 -05:00
parent a84941d681
commit a3655f5540
43 changed files with 856 additions and 217 deletions

View File

@@ -9,6 +9,7 @@ import (
var builtInChains = map[string][]string{
"glossary": {
KeyProposalShape,
KeyNoEffect,
KeyOriginalTextPresence,
KeyConfidenceThreshold,
@@ -18,6 +19,7 @@ var builtInChains = map[string][]string{
KeyMeaningReversalReview,
},
"homophones": {
KeyProposalShape,
KeyNoEffect,
KeyOriginalTextPresence,
KeyConfidenceThreshold,
@@ -27,6 +29,7 @@ var builtInChains = map[string][]string{
KeyMeaningReversalReview,
},
"spoken_word": {
KeyProposalShape,
KeyNoEffect,
KeyOriginalTextPresence,
KeyConfidenceThreshold,
@@ -36,6 +39,7 @@ var builtInChains = map[string][]string{
KeyMeaningReversalReview,
},
"grammar": {
KeyProposalShape,
KeyNoEffect,
KeyOriginalTextPresence,
KeyConfidenceThreshold,