Customize Generative Answers Responses with Adaptive Cards | Copilot Studio

Hey everyone! I'm excited to share my latest video where I delve into the world of Microsoft's Copilot Studio again and use Adaptive Cards to customize Generative AI (Generative Answers) responses.
🚀 What's Inside the Video:
Introduction to Copilot Studio: I start by giving you a brief overview of Microsoft Copilot Studio, explaining its capabilities in generative AI and the role of Adaptive Cards in enhancing AI-user interactions.
I have two examples of Adaptive Cards. A simple Adaptive Card designed for user feedback. Plus, I'll show you how this card can be used to gather and implement user feedback in real time. Then I explore a more complex Adaptive Card, tailored specifically for a company's design requirements. This part is super interesting as I talk about incorporating brand elements, interactive features, and how such a card can significantly streamline business processes.
🌟 Why Watch This Video?: Whether you're a tech enthusiast, a business owner, or just curious about AI and its applications, this video will give you a hands-on understanding of how Adaptive Cards can be used to customize AI responses. Plus, it's a great way to get creative ideas for your own projects!
👍 Your Feedback Matters: Don’t forget to leave your thoughts in the comments! I'm eager to hear your views and answer any questions you might have.
🔔 Stay Updated: If you find this topic intriguing, make sure to subscribe and hit the bell icon to stay updated on my latest content.
#copilotstudio #microsoftcopilot #adaptivecards
Chapters:
00:00 Introduction
00:43 Copilot Studio Overview
01:24 System Topics
01:47 Conversational Boosting Topic
03:31 Removing Default Message
04:55 First Adaptive Card Example
08:45 Second Adaptive Card Example
09:55 Adding Gen AI V1
13:33 Adding Gen AI V2
17:00 Review

Пікірлер: 19

  • @ACatCalledSnow
    @ACatCalledSnow7 күн бұрын

    Thank you for your video on this, Joe. Do you know how I can convert a user choice variable to a String and pass that to the Generative Answers action? It seems to require a String to work. Thank you!

  • @itrackapps
    @itrackapps5 ай бұрын

    Big Thanks for your video and the quality of your channel

  • @FlowJoeVideos

    @FlowJoeVideos

    5 ай бұрын

    Thank you!

  • @digivod6897
    @digivod68973 ай бұрын

    How to disable reference links or documents from the generative answers? Want to see only answer text without links.

  • @joernbuelow1498

    @joernbuelow1498

    2 ай бұрын

    in the generative anwsers task just go to Data soruces edit and left at the bottom "Advanced" and disable Send a message - then you can set the variable to the answer and place a message just with the answer text.

  • @user-wm4fq2iz6u
    @user-wm4fq2iz6u6 ай бұрын

    Hi one question?? Do you know how to send the adaptive card to teams? Because im able to get the data that copilot respond in teams but im not able to get the adaptive card into teams.

  • @NileshThonte
    @NileshThonte3 ай бұрын

    what if i integrate it in custom website and website is password project how ai will extract this information from this website to provide response

  • @FlowJoeVideos

    @FlowJoeVideos

    3 ай бұрын

    If it’s a custom website that’s behind a password, it will not have access to the information so it will not work, you will need to pivot and make api requests for the information.

  • @joernbuelow1498
    @joernbuelow14982 ай бұрын

    Thank you for the video. What I do not understand is where get the Thumbs up / down their function in Copilot Studio so the new request is generated?

  • @FlowJoeVideos

    @FlowJoeVideos

    2 ай бұрын

    The thumbs up/down is part of the adaptive card using an image as a trigger that passes back a chat using the data tag when the user presses it. For example if I press the thumbs up as the user I would then say ‘yes this helped’ or something.

  • @guyisashar3969
    @guyisashar39694 ай бұрын

    Hello, it is possible to use Generative Answers to retrieve information from dataverse tables?

  • @FlowJoeVideos

    @FlowJoeVideos

    4 ай бұрын

    Yes it is! Check out Dewain Robinson’s channel: youtube.com/@Dewain27

  • @jatinparmar852
    @jatinparmar8523 ай бұрын

    Hi Joe, thanks for the video! How did you remove citations from your Generative AI response?

  • @FlowJoeVideos

    @FlowJoeVideos

    3 ай бұрын

    At the time of recording, when you place the response variable into an adaptive card, it removes the references. You can however use PowerFX to remove elements from the returned response as they’re just referenced. So, for example you could target everything up until a http and remove the rest.

  • @anandasanyal
    @anandasanyal3 ай бұрын

    Great post Joe. An observation, when I use the same in team, the images are not showing. but it's showing in copilot studio. Is it some issue with adaptive card.? many thanks.

  • @FlowJoeVideos

    @FlowJoeVideos

    3 ай бұрын

    I believe Microsoft Teams only supports Adaptive Cards version 1.2 so you will have to use that if you were wanting to push adaptive cards to teams; Check out; www.flowjoe.io/2021/05/25/getting-started-with-creating-adaptive-cards-for-microsoft-teams/

  • @anandasanyal

    @anandasanyal

    3 ай бұрын

    @@FlowJoeVideos Tried with Adaptive Cards version 1.2 , but same results. Thanks

  • @user-mz6zy2fl2p
    @user-mz6zy2fl2p4 ай бұрын

    Fantastic video; thank you; how about covering topic ... create custom answers properties as it is not clear whether one can add a public website which is additional to the 4 public website max; also should like to see if the topic you create confine answer to the added public website.

  • @FlowJoeVideos

    @FlowJoeVideos

    4 ай бұрын

    The topic specific generative answer node is completely separate so it won’t count towards the maximum used in the Generative Ai section. The answer is the confined to that specific topic unless you reroute to the end of conversation topic and conduct the gen answers call there.