When streaming is on, the JSON tab shows { text: "..." } chunks instead of a complete API response. This is expected behavior for SSE — there's no full response object to display.
Now that the stream toggle exists, turning off streaming gives you the full JSON response. So this may not need a fix — but it would be nice if the JSON tab could accumulate/reconstruct the full response even in streaming mode.
Current behavior: JSON tab shows individual SSE deltas
Ideal behavior: JSON tab reconstructs the complete response after streaming finishes
Leaving open for now — low priority since the stream toggle is a workaround.
When streaming is on, the JSON tab shows
{ text: "..." }chunks instead of a complete API response. This is expected behavior for SSE — there's no full response object to display.Now that the stream toggle exists, turning off streaming gives you the full JSON response. So this may not need a fix — but it would be nice if the JSON tab could accumulate/reconstruct the full response even in streaming mode.
Current behavior: JSON tab shows individual SSE deltas
Ideal behavior: JSON tab reconstructs the complete response after streaming finishes
Leaving open for now — low priority since the stream toggle is a workaround.