From cd97fa28ce24c8ac00278198d3da29d2a2bb7bac Mon Sep 17 00:00:00 2001 From: SirajShaik-MSFT Date: Fri, 24 Apr 2026 15:03:28 +0530 Subject: [PATCH 1/2] Note update --- msteams-platform/bots/streaming-ux.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/msteams-platform/bots/streaming-ux.md b/msteams-platform/bots/streaming-ux.md index e92fa10ce39..16c62c0a25c 100644 --- a/msteams-platform/bots/streaming-ux.md +++ b/msteams-platform/bots/streaming-ux.md @@ -9,12 +9,11 @@ ms.localizationpriority: high # Stream bot messages ->[!NOTE] -> -> Streaming bot message is available: +> [!NOTE] > -> - only for one-on-one chats. -> - is generally available on web, desktop, and mobile. +> Streaming bot messages are supported only in one-on-one chats. +> Teams supports only one concurrent streaming response per chat at a time. +> Streaming is generally available on web, desktop, and mobile. You can stream bot messages to deliver a bot's responses to the user as small updates while the complete response is being generated to enhance the user experience. Often, bots take a long time to generate responses without updating the user interface, leading to a less engaging experience. From 35b97d72d27e40700944553f8822c59d216b6d32 Mon Sep 17 00:00:00 2001 From: SirajShaik-MSFT Date: Fri, 24 Apr 2026 15:09:26 +0530 Subject: [PATCH 2/2] Update streaming-ux.md --- msteams-platform/bots/streaming-ux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/msteams-platform/bots/streaming-ux.md b/msteams-platform/bots/streaming-ux.md index 16c62c0a25c..6d9e3b61909 100644 --- a/msteams-platform/bots/streaming-ux.md +++ b/msteams-platform/bots/streaming-ux.md @@ -11,9 +11,9 @@ ms.localizationpriority: high > [!NOTE] > -> Streaming bot messages are supported only in one-on-one chats. -> Teams supports only one concurrent streaming response per chat at a time. -> Streaming is generally available on web, desktop, and mobile. +> - Streaming bot messages are supported only in one-on-one chats. +> - Teams supports only one concurrent streaming response per chat at a time. +> - Streaming is generally available on web, desktop, and mobile. You can stream bot messages to deliver a bot's responses to the user as small updates while the complete response is being generated to enhance the user experience. Often, bots take a long time to generate responses without updating the user interface, leading to a less engaging experience.