added

New: Documentation for controlling response formats with content_type

[v 1.0.0] – 2025-10-24

🚀 Added

  • Documentation: Introduced guide “How to use the content_type global variable to control response formats in Reasoning Flows or Workshops”.
  • Multi-format support: Added explanation for how Builders can set content_type to return plain text, HTML, images, CSV, PDF from a Flow.

⚡ Improved

  • Clarity: Expanded the “Supported values for content_type” table to clearly list formats like application/json, text/plain, text/html, image/png, application/pdf etc. :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_type is not defined, the default is application/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.