Table of Contents

Enum OutputStyle

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

Controls how assistant output is rendered in the terminal.

public enum OutputStyle

Fields

Compact = 2

Reduced whitespace and compact formatting.

Json = 3

Structured JSON output.

Plain = 1

Plain text rendering without formatting.

Rich = 0

Rich markdown-like rendering with styling.