added
New: Documentation for controlling response formats with content_type
4 days ago by Sergio Vega
[v 1.0.0] – 2025-10-24
🚀 Added
- Documentation: Introduced guide “How to use the
content_typeglobal variable to control response formats in Reasoning Flows or Workshops”. - Multi-format support: Added explanation for how Builders can set
content_typeto return plain text, HTML, images, CSV, PDF from a Flow.
⚡ Improved
- Clarity: Expanded the “Supported values for
content_type” table to clearly list formats likeapplication/json,text/plain,text/html,image/png,application/pdfetc. :contentReference[oaicite:1]{index=1} - Usability: Added “Best Practices” section advising when to explicitly set
content_type, to ensure correct format and interoperability. :contentReference[oaicite:2]{index=2}
🐛 Fixed
- None (if no bugfixes were part of this release) — or you can mark “Fixed issue where default content type wasn’t documented” if applicable.
🧩 Changed
- Documentation: The guide now notes that when
content_typeis not defined, the default isapplication/json. :contentReference[oaicite:3]{index=3} - Terminology: Updated phrasing to refer to “Builder” (instead of generic “user”) for clarity.
Full technical changelog recorded in ClickUp board for internal reference.
