SSE-only event fired during streaming reply generation. Each chunk contains the full accumulated plain text of Fin's answer so far (cumulative, not a delta). Only delivered over SSE when streaming is enabled. Not available via webhooks. When the fin_replied event arrives with the same stream_id, replace streamed text with the final HTML body.
A unique identifier for this streaming response. Correlates chunks with each other and with the eventual fin_replied event.
Example:"a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"
The full accumulated plain text of Fin's answer so far. Each chunk supersedes the previous — replace rather than append.
Example:"You can see your account details by clicking"
Fin's current status (always 'replying' for this event).
Value:"replying"
Example:"replying"
{ "event_name": "fin_reply_chunk", "conversation_id": "123456", "stream_id": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4", "chunk_index": 3, "chunk_text": "You can see your account details by clicking", "status": "replying", "created_at_ms": "2025-01-24T10:00:00.123Z" }