Skip to content

Commit

Permalink
Resolving changes by Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
NishkalankBezawada committed Jan 21, 2025
1 parent 7017f62 commit fc193cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions samples/react-copilot-chatbubble-with-sso/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ This webpart reads the configuration from a configuration list as CopilotAgentCo

After adding the web part on the page and configure with required properties, you will see the chat canvas for your copilot. Based on the logic of your copilot, users will be signed in automatically at the beginning of the conversation, or when a specific event occurs.

![Webpart UI](assets/SPFxUI.png)
![Webpart UI](images/SPFxUI.png)

![Example1](assets/Example1.gif)
![Example1](images/Example1.gif)

![Example2](assets/Example2.gif)
![Example2](images/Example2.gif)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions samples/react-copilot-chatbubble-with-sso/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/images/Example1.gif",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/assets/Example1.gif",
"alt": "Web Part Preview"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/images/Example2.gif",
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-copilot-chatbubble-with-sso/assets/Example2.gif",
"alt": "Web Part Preview"
}
],
Expand Down

0 comments on commit fc193cc

Please sign in to comment.