SSE streaming for chat responses #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently chat sends a POST and waits for the full response (up to 5 min). Should use the
/chat/streamSSE endpoint instead so tokens appear in real-time on the session replay page.\n\nThe WebAPI already hasPOST /{session_id}/chat/streamreturning SSE events. Wire it through the Next.js proxy and render tokens as they arrive.