BotBuilder-Samples
BotBuilder-Samples copied to clipboard
String data rendered into table in webchat but its not rendering properly in MS team
Describe the bug
I'm getting table data in string from OpenAI it is rendered into table in webchat fine but its not rendering properly in MS team. Please refer the screenshot.
To Reproduce
Steps to reproduce the behavior:
- create a bot
- integrate it with azure OpenAI
- Ask the question "give me random student data in tabular form"
Expected behavior
want the same table rendering in both Webchat and MS Teams
Screenshots
Webchat
MS Teams
@NagarroShobharaja - A few questions for you.
- Can you send the raw text you are using to send in the bot message?
- Is this text formatted as markdown? From the picture, it appears to be.
- If it is markdown, sending a markdown table may not be supported. This Teams doc) seems to confirm this.
Closing due to inactivity.