@@ -72,23 +72,23 @@ func (p *PipelineCoordinator) runGuardrailFallback(input string) (string, *Pipel
7272 Mode : ModeMinimal ,
7373 EnableQualityGuardrail : false , // prevent infinite recursion
7474 QueryIntent : p .config .QueryIntent ,
75- Budget : p .config .Budget ,
76- LLMEnabled : p .config .LLMEnabled ,
77- SessionTracking : p .config .SessionTracking ,
78- NgramEnabled : p .config .NgramEnabled ,
79- MultiFileEnabled : p .config .MultiFileEnabled ,
80- EnableEntropy : p .config .EnableEntropy ,
81- EnablePerplexity : p .config .EnablePerplexity ,
82- EnableAST : p .config .EnableAST ,
83- EnableGist : p .config .EnableGist ,
84- EnableHierarchical : p .config .EnableHierarchical ,
85- EnableCompaction : p .config .EnableCompaction ,
86- EnableAttribution : p .config .EnableAttribution ,
87- EnableH2O : p .config .EnableH2O ,
88- EnableAttentionSink : p .config .EnableAttentionSink ,
89- EnableTOMLFilter : p .config .EnableTOMLFilter ,
90- CacheEnabled : p .config .CacheEnabled ,
91- CacheMaxSize : p .config .CacheMaxSize ,
75+ Budget : p .config .Budget ,
76+ LLMEnabled : p .config .LLMEnabled ,
77+ SessionTracking : p .config .SessionTracking ,
78+ NgramEnabled : p .config .NgramEnabled ,
79+ MultiFileEnabled : p .config .MultiFileEnabled ,
80+ EnableEntropy : p .config .EnableEntropy ,
81+ EnablePerplexity : p .config .EnablePerplexity ,
82+ EnableAST : p .config .EnableAST ,
83+ EnableGist : p .config .EnableGist ,
84+ EnableHierarchical : p .config .EnableHierarchical ,
85+ EnableCompaction : p .config .EnableCompaction ,
86+ EnableAttribution : p .config .EnableAttribution ,
87+ EnableH2O : p .config .EnableH2O ,
88+ EnableAttentionSink : p .config .EnableAttentionSink ,
89+ EnableTOMLFilter : p .config .EnableTOMLFilter ,
90+ CacheEnabled : p .config .CacheEnabled ,
91+ CacheMaxSize : p .config .CacheMaxSize ,
9292 }
9393 fallback := NewPipelineCoordinator (fallbackCfg )
9494 return fallback .Process (input )
0 commit comments