Streaming JSON
And genkit streams json token by token. I have to wait until end to get proper json.
However in genkit examples of structured output, json seems to be streamed with already proper empty keys, and only values are populating during stream...
Is it mechanizm of genkit itself? Or I need to manually combine json from tokens?