Why doesn't StreamingChatCompletion have output parameters? Initially I thought it was because the action was asynchronous... but it isn't, it's synchronous.
Instead of having to use a callback action to retrieve the information it would be nice to have the information returned on the same flow/context.
Hello João,
Thanks for reaching out, indeed the Stream actions should be asynchronous, because of the error handling there was a bug and the actions were in fact synchronous.
This is being corrected and the new stable version to be uploaded will already have this fixed.
Thanks.
- Bruno