Interface: VerbosityConfig

Defined in: context/types.ts:142

Verbosity threshold configuration

Properties

abbreviatedThreshold

abbreviatedThreshold: number;

Defined in: context/types.ts:159

Utilization threshold for ‘abbreviated’ verbosity (below this)

Default

0.95 (95%)

fullThreshold

fullThreshold: number;

Defined in: context/types.ts:147

Utilization threshold for ‘full’ verbosity (below this)

Default

0.50 (50%)

normalThreshold

normalThreshold: number;

Defined in: context/types.ts:153

Utilization threshold for ‘normal’ verbosity (below this)

Default

0.80 (80%)