From 300a41d6c3d880d1ea052af851b49c36b93fffcc Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Mon, 15 Jul 2024 10:14:43 +0100 Subject: [PATCH 1/3] Update samples.md --- docs/samples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/samples.md b/docs/samples.md index b183f73..4bdf43f 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -20,6 +20,7 @@ The following samples implement Teams message extensions that extend Copilot for | [Northwind Inventory extension](https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-northwind-inventory-ts) | This TypeScript sample implements a Teams message extension that allows users to query data from the Northwind sample database and take action on that data. | | [Azure AI search extension](https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-doc-search-js) | This JavaScript sample implements a Teams message extension that uses Azure AI search to enable vector search of documents. | | [Product support extension](https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-product-support-sso-csharp) | This .NET sample implements a Teams message extension that allows users to query Products held in SharePoint Online team site via Microsoft Graph. | +| [Product support extension](https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-product-support-ts-csharp) | This TypeScript sample implements a Teams message extension that allows users to query Products held in SharePoint Online team site via Microsoft Graph. | | [.NET Multi Parameters](https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-multiparam-csharp) | Plugin that demonstrates how to implement complex utterances and support deep retrieval | | [TypeScript Multi Parameters](https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-multiparam-ts) | Plugin that demonstrates how to implement complex utterances and support deep retrieval | | [JavaScript Multi Parameters](https://github.com/OfficeDev/Copilot-for-M365-Plugins-Samples/tree/main/samples/msgext-multiparam-js) | Plugin that demonstrates how to implement complex utterances and support deep retrieval | From 295fd56279cad2007eab6dd8459eacd8f4b0c0d1 Mon Sep 17 00:00:00 2001 From: Ayca Bas <36196437+aycabas@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:48:39 +0400 Subject: [PATCH 2/3] Update preview-disclaimer-copilot-no-license.md --- docs/includes/preview-disclaimer-copilot-no-license.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/includes/preview-disclaimer-copilot-no-license.md b/docs/includes/preview-disclaimer-copilot-no-license.md index 62e63ec..80df03c 100644 --- a/docs/includes/preview-disclaimer-copilot-no-license.md +++ b/docs/includes/preview-disclaimer-copilot-no-license.md @@ -7,4 +7,5 @@ ms.topic: include > [!IMPORTANT] > -> Custom engine copilots are conversational Teams bots with custom LLM, therefore they don't require Copilot for Microsoft 365 license to build, debug and deploy. +> - Custom engine copilots are conversational Teams bots with custom LLM, therefore they don't require Copilot for Microsoft 365 license to build, debug and deploy. +> - The cost of a custom engine copilot depends on the Azure services consumed in the app. To estimate the cost, visit the [Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/). From bdf4dd0c4de524838b47a0e9d0faa9e780234020 Mon Sep 17 00:00:00 2001 From: Ayca Bas <36196437+aycabas@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:51:12 +0400 Subject: [PATCH 3/3] Update preview-disclaimer-copilot-no-license.md --- docs/includes/preview-disclaimer-copilot-no-license.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/includes/preview-disclaimer-copilot-no-license.md b/docs/includes/preview-disclaimer-copilot-no-license.md index 80df03c..1f1f4d0 100644 --- a/docs/includes/preview-disclaimer-copilot-no-license.md +++ b/docs/includes/preview-disclaimer-copilot-no-license.md @@ -8,4 +8,4 @@ ms.topic: include > [!IMPORTANT] > > - Custom engine copilots are conversational Teams bots with custom LLM, therefore they don't require Copilot for Microsoft 365 license to build, debug and deploy. -> - The cost of a custom engine copilot depends on the Azure services consumed in the app. To estimate the cost, visit the [Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/). +> - The cost of a custom engine copilot depends on the Azure services consumed in the app. To estimate the cost, visit the [Azure Pricing Calculator](https://azure.microsoft.com/pricing/calculator/).