-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebChat: Support for ‘stream’ output in ChatGPT style while using Azure OpenAI Completion #4876
Comments
This is good. Internally, we are planning this feature, streaming texts/completions from Azure OpenAI and other capable services into Web Chat. |
Implementing this would be much appreciatedd. We still rely on your webchat widget for most of our implementation. The time it takes to get the full response from the azure openai-api is perceived as latency by users. |
This feature, after MSTeams update, is a must! Really keen to see an update on this |
Thanks for your help, Is there an ETA for this feature? |
Or maybe share some insight in what to expect |
May I ask when you plan to go online?We are all looking forward to this feature! |
@compulim I hope this message finds you well. |
Hello Team! This feature is really important. Today, it is possible to update an activity in teams ( However, it is currently impossible to do so with the Webchat 😟 When can we expect this feature? Thank you. |
Hey folks, is there a workaround for this in Bot Framework WebChat? |
Update from @compulim : #5121 (comment) |
Dear Mr. Wong, first of all thank you for your effort and commitment that Webchat is working stable so many years! Are there any updates on this topic that enable streaming responses through Webchat component through Bot framework SDK? If you may please share expected date for this to be enabled @compulim Kind regards and thank you in advance! |
I am adding a @DukaJ thanks for your support and understanding, the document would explain how to add it to the bot. @Joekraft we are extending the typing activity for livestreaming. So, yes, you will send a typing activity for livestreaming. Despite typing activity has been available for a very long time, its design is naturally extensible to cover livestreaming cases in additional to typing indicator. In some future, it could be used for bot-assisted auto-completion too. 😉 Thank you everyone for support. We are working very hard to add livestreaming support to a very broad ecosystem at Microsoft, including but not limited to Azure Bot Services, Copilot Studio, Teams. |
Bot responses with Azure OpenAI Completion, but we need the response to be displayed in a live streaming format.
Describe the suggestion or request in detail
Allow Application that uses Bot framework webchat to stream out the response like ChatGPT web chat does.
The text was updated successfully, but these errors were encountered: