Output Text Delta Event
class OutputTextDeltaEvent(val sequenceNumber: Int, val itemId: String, val outputIndex: Int, val contentIndex: Int, val delta: String) : TextDeltaEvent
A fragment of the visible answer. This is the event most callers print as it arrives.