Enum SpinnerStyle
Controls the verbosity and visual style of the thinking/loading progress indicator.
public enum SpinnerStyle
Fields
Minimal = 1Single dot with elapsed time only.
Nerdy = 4All statistics including model name, time-to-first-token, and internals.
None = 0No animation or progress display.
Normal = 2Braille spinner with elapsed time and live token count. Default.
Rich = 3Spinner with progress bar, tokens, bytes, and throughput.