SSE stream to text
Raw SSE is unusable without parsing - sse extracts the content field so downstream tools get clean text, not protocol framing.
Parse an SSE stream and extract text tokens.
Pipeline
curl -sN $API | vrk sse --event content_block_delta --field data.delta.text | tr -d '
'