microsoft / microsoft/CopilotStudioSamples

Adaptive Card was not displayed

Open
#351 0 comments 0 reactions 0 assignees View on GitHub

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:

  1. 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 } ] }
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.