Skip to content

EvaluatorConfig

Defined in: scoring/evaluator.ts:64

Configuration for complexity evaluation

optional maxContextLength: number

Defined in: scoring/evaluator.ts:70

Maximum context length to send to LLM


optional thresholds: TierThresholds

Defined in: scoring/evaluator.ts:68

Custom tier thresholds (defaults to DEFAULT_THRESHOLDS)


optional weights: ComplexityWeights

Defined in: scoring/evaluator.ts:66

Custom weights (defaults to DEFAULT_WEIGHTS)