Enum OutputStyle
Controls how assistant output is rendered in the terminal.
public enum OutputStyle
Fields
Compact = 2Reduced whitespace and compact formatting.
Json = 3Structured JSON output.
Plain = 1Plain text rendering without formatting.
Rich = 0Rich markdown-like rendering with styling.