From 6a2f77d3a77c28bc7ef1b09cb081d72d3796d7ed Mon Sep 17 00:00:00 2001 From: Marco Brizi Date: Wed, 5 Nov 2025 21:26:39 +0100 Subject: [PATCH] Revise Copilot connector samples section Updated section headers and descriptions for clarity. --- docs/samples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/samples.md b/docs/samples.md index 9fd29d59..88f7e12c 100644 --- a/docs/samples.md +++ b/docs/samples.md @@ -42,9 +42,9 @@ The following samples implement custom engine agents using custom orchestration | [Meeting Helper with Azure OpenAI](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-ai-meeting-helper) | This example demonstrates how Azure OpenAI extracts action items from meeting transcriptions for all participants who subscribed to a meeting. It then sends these action items to each individual user in a 1:1 chat after the meeting concludes. | | [Virtual assistant bot](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-virtual-assistant) | This sample application demonstrates a root bot that routes inputs to skill bots for tailored responses. | -## Copilot connector samples +## Microsoft 365 Copilot connector samples -The following samples implement Copilot connectors that extend Microsoft 365 Copilot. +The following samples implement Microsoft 365 Copilot connectors that extend Microsoft 365 Copilot. | Sample | Description | |--------|-------------|