jcmourey

Results 2 comments of jcmourey

I got functions to work for me with streaming. I use a "for try await" loop: ``` var results = "" for try await result in client.chatsStream(query: query) { guard...

My processPartialJson is too specific for my use case, would be incomprehensible. You need to think through when you have something out of the stream string that could be JSON-decoded,...