From 1b2d597f289359d0f03447b573f2475c193665a3 Mon Sep 17 00:00:00 2001 From: Gregory Joseph Date: Fri, 6 Dec 2024 15:10:14 -0700 Subject: [PATCH 1/2] Added new entry for SPE Copilot under samples table. --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 8197aec..9c73d64 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,6 +44,7 @@ Samples are the best way to get started with learning about the Agents SDK. The | 7 | Adaptive Card Actions | Adaptive Cards | Intermediate | This sample demonstrates how to implement different Adaptive Card action types using the Copilot SDK in Microsoft Teams. | | 8 | Teams Authentication | Authentication using OAuthPrompt | Intermediate | This sample demonstrates user authentication in a Microsoft Teams bot, integrating OAuth tailored for Teams' unique authentication flow. Unlike other channels, Teams uses an Invoke Activity for authentication, which requires forwarding to the dialog with OAuthPrompt. A customizable TeamsActivityHandler, extending ActivityHandler, supports this flow seamlessly. | | 9 | Teams SSO | SSO & Graph Integration | Advanced | This sample demonstrates how to integrate Azure AD authentication in Microsoft Teams using a bot with Single Sign-On (SSO) capabilities. Built with the Copilot SDK, it showcases OAuth SSO, Adaptive Cards, and Microsoft Graph API interactions. The sample includes reusable components, like the TeamsActivityHandler, for handling Invoke Activity in Teams. It provides a step-by-step setup guide to authenticate users with identity providers such as Microsoft Entra ID, GitHub, and others. | +| 10 | SharePoint Embedded Copilot | SharePoint Embedded Copilot SDK | Advanced | This sample demonstrates SharePoint Embedded Copilot functionality with a prebuilt React client and server application written in TypeScript. The application leverages the SPE Copilot SDK, which can be integrated into your own React applications, providing an example of how to use it. Please visit https://aka.ms/start-spe-copilot to get started. | ## Frequently Asked Questions From 4f83ca7bf4b569731c0eebc37246d6b09ceaf445 Mon Sep 17 00:00:00 2001 From: Gregory Joseph Date: Fri, 6 Dec 2024 16:14:21 -0700 Subject: [PATCH 2/2] Update to reflect agent branding --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9c73d64..aa33599 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,6 +27,7 @@ There is a core set of documentation available that provides more details on the - [Creating an Azure Bot - Single Tenant](./HowTo/azurebot-create-single-secret.md) - [Creating an Azure Bot - Managed Identity](./HowTo/azurebot-create-msi.md) - [DotNet Agents SDK - MSAL Configuration](./HowTo/MSALAuthConfigurationOptions.md) +- [Agents in SharePoint Embedded SDK - with React Sample App](https://aka.ms/start-spe-copilot) ## Samples @@ -44,7 +45,7 @@ Samples are the best way to get started with learning about the Agents SDK. The | 7 | Adaptive Card Actions | Adaptive Cards | Intermediate | This sample demonstrates how to implement different Adaptive Card action types using the Copilot SDK in Microsoft Teams. | | 8 | Teams Authentication | Authentication using OAuthPrompt | Intermediate | This sample demonstrates user authentication in a Microsoft Teams bot, integrating OAuth tailored for Teams' unique authentication flow. Unlike other channels, Teams uses an Invoke Activity for authentication, which requires forwarding to the dialog with OAuthPrompt. A customizable TeamsActivityHandler, extending ActivityHandler, supports this flow seamlessly. | | 9 | Teams SSO | SSO & Graph Integration | Advanced | This sample demonstrates how to integrate Azure AD authentication in Microsoft Teams using a bot with Single Sign-On (SSO) capabilities. Built with the Copilot SDK, it showcases OAuth SSO, Adaptive Cards, and Microsoft Graph API interactions. The sample includes reusable components, like the TeamsActivityHandler, for handling Invoke Activity in Teams. It provides a step-by-step setup guide to authenticate users with identity providers such as Microsoft Entra ID, GitHub, and others. | -| 10 | SharePoint Embedded Copilot | SharePoint Embedded Copilot SDK | Advanced | This sample demonstrates SharePoint Embedded Copilot functionality with a prebuilt React client and server application written in TypeScript. The application leverages the SPE Copilot SDK, which can be integrated into your own React applications, providing an example of how to use it. Please visit https://aka.ms/start-spe-copilot to get started. | +| 10 | SharePoint Embedded Agent | SharePoint Embedded agent SDK | Advanced | This SDK provides a React component that allows you to add copilot experience to your SharePoint Embedded React application. This agent offers the following features: Click [here](https://aka.ms/start-spe-copilot) to learn more.| ## Frequently Asked Questions