Skip to content

JSON tab only shows partial deltas when streaming is enabled #1

@ajot

Description

@ajot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions