Are there any examples of returning a stream (chunked) like sse does? i currently have an SSE setup and i don't see where i have any option to return results as i get them, but i have to do it in one giant return, which is causing issues.
Any help is super appreciated, thanks!