EvaluatorConfig
Defined in: scoring/evaluator.ts:64
Configuration for complexity evaluation
Properties
Section titled “Properties”maxContextLength?
Section titled “maxContextLength?”
optionalmaxContextLength:number
Defined in: scoring/evaluator.ts:70
Maximum context length to send to LLM
thresholds?
Section titled “thresholds?”
optionalthresholds:TierThresholds
Defined in: scoring/evaluator.ts:68
Custom tier thresholds (defaults to DEFAULT_THRESHOLDS)
weights?
Section titled “weights?”
optionalweights:ComplexityWeights
Defined in: scoring/evaluator.ts:66
Custom weights (defaults to DEFAULT_WEIGHTS)