microsoft / microsoft/CopilotStudioSamples
Adaptive Card was not displayed
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 797
- Forks
- 491
- PR merge metrics
- No merged PRs in 30d
Description
What sample tool are you using?
assistant-ui-mcs
Describe the bug
It did not show anything when the agent sent a simple message in an adaptive card.
To Reproduce
Steps to reproduce the behavior:
- In the Greeting topic, add a message with an adaptive card, e.g.
{ "type": "AdaptiveCard", "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "TextBlock", "text": "Hello. This is an adaptive card.", "wrap": true } ] } - Publish the agent, trigger the topic by sending message "Hello"
Expected behavior
I should be able to see the adpative card content from the client side.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the assistant-ui-mcs sample using the Greeting topic, the provided Adaptive Card, and the "Hello" trigger. Trace the client-side rendering path for the agent message; done when the card's TextBlock content is visible after publishing and triggering the topic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100