Response Formatter
Overview
The Response Formatter lets you view model responses in different formats. This is helpful when you’re working with structured data like JSON or XML, or when you want to preview how Markdown will render.
What It Does
- Formats and displays the chat response based on your selected view.
- Helps you read, debug, or copy responses more easily depending on your use case.
Available Views
- Raw text – plain, unformatted output

- Markdown – renders Markdown formatting (headings, lists, code blocks, etc.)

- JSON – formatted and color-coded JSON viewer

- XML – formatted XML output

- XAML – view responses in XAML structure
- YAML – formatted YAML output

Last updated on