Bug Description
Current Behavior
When a bot sends suggested actions together with a streaming response, the suggested actions do not appear immediately. Users must refresh or reload the Teams conversation before they become visible.
The same behavior occurs when suggested actions are attached to a message containing an Adaptive Card.
Expected Behavior
Suggested actions should be displayed automatically as soon as the final bot message is rendered, without requiring the user to refresh the conversation.
Workaround
Currently, I work around this issue by sending a separate message with text="." and attaching the suggested actions to that message. In this case, the suggested actions appear immediately.
Impact
This creates a poor user experience for AI agents because users may not realize that additional actions are available unless they manually refresh the conversation.
Steps to Reproduce
.
Expected Behavior
.
Actual Behavior
.
SDK Version
2.1.6
Languages Affected
Python
Additional Context
No response
Bug Description
Current Behavior
When a bot sends suggested actions together with a streaming response, the suggested actions do not appear immediately. Users must refresh or reload the Teams conversation before they become visible.
The same behavior occurs when suggested actions are attached to a message containing an Adaptive Card.
Expected Behavior
Suggested actions should be displayed automatically as soon as the final bot message is rendered, without requiring the user to refresh the conversation.
Workaround
Currently, I work around this issue by sending a separate message with
text="."and attaching the suggested actions to that message. In this case, the suggested actions appear immediately.Impact
This creates a poor user experience for AI agents because users may not realize that additional actions are available unless they manually refresh the conversation.
Steps to Reproduce
.
Expected Behavior
.
Actual Behavior
.
SDK Version
2.1.6
Languages Affected
Python
Additional Context
No response