19
Views
1
Comments
Solved
[Azure OpenAI Connector] why doesn't StreamingChatCompletion have output parameters?
azure-openai-connector
Reactive icon
Forge asset by Platform Maintenance
Application Type
Reactive
Platform Version
11.21.0 (Build 39357)

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.


2022-09-16 08-04-04
Bruno Martinho
Staff
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.