We got an exception that the following event couldn't be deserialized even though it looks correct.
Event -
{
delta: {
text: "something something",
type: "text_delta"
},
index: 0,
type: "content_block_delta"
}
Error
Unexpected event runtime type, after deserialising twice - {'type': 'content_block_delta', 'index': 0, 'delta': {'type': 'text_delta', 'text': 'something something'}} - <class 'dict'>