Table of Contents

Enum SpinnerStyle

Namespace
JD.AI.Core.Config
Assembly
JD.AI.Core.dll

Controls the verbosity and visual style of the thinking/loading progress indicator.

public enum SpinnerStyle

Fields

Minimal = 1

Single dot with elapsed time only.

Nerdy = 4

All statistics including model name, time-to-first-token, and internals.

None = 0

No animation or progress display.

Normal = 2

Braille spinner with elapsed time and live token count. Default.

Rich = 3

Spinner with progress bar, tokens, bytes, and throughput.