Skip to content

Commit fe03859

Browse files
authored
Add changelog entry for improved AI JSON response parsing (BRAPI-729) (#26878)
1 parent cb2af36 commit fe03859

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/release-notes/browser-rendering.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ link: "/browser-rendering/changelog/"
33
productName: Browser Rendering
44
productLink: "/browser-rendering/"
55
entries:
6+
- publish_date: "2025-12-03"
7+
title: Improved AI JSON response parsing and debugging
8+
description: |-
9+
* Added `rawAiResponse` field to [`/json` endpoint](/browser-rendering/rest-api/json-endpoint/) error responses, allowing you to inspect the unparsed AI output when JSON parsing fails for easier debugging.
10+
* Improved AI response handling to better distinguish between valid JSON objects, arrays, and invalid payloads, increasing type safety and reliability.
611
- publish_date: "2025-10-21"
712
title: Added guidance on REST API timeouts and custom fonts
813
description: |-

0 commit comments

Comments
 (0)