Translates a native Anthropic Messages API SSE event into the appropriate SSEAggregator method calls.
map_anthropic_chunk(event_type, event_data, agg)Logical TRUE if the stream should break (message_stop received).
SSE event type string (e.g. "content_block_delta").
Parsed JSON data from SSE event.
An SSEAggregator instance.