From f467814d38d9d2162ad750ac33c4e8ee42d87305 Mon Sep 17 00:00:00 2001 From: mghurye Date: Thu, 18 Dec 2025 13:17:19 -0800 Subject: [PATCH 1/3] Remove unavailability note for user override feature Removed note indicating that the user override feature is not yet available. --- docs/declarative-agent-manifest-1.6.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/declarative-agent-manifest-1.6.md b/docs/declarative-agent-manifest-1.6.md index 55669bcc..64b31160 100644 --- a/docs/declarative-agent-manifest-1.6.md +++ b/docs/declarative-agent-manifest-1.6.md @@ -740,9 +740,6 @@ The worker agent object contains the following property. ### User override object -> [!IMPORTANT] -> This feature is not yet available. - Identifies capabilities in the agent that the agent end user can modify via a UI control in Microsoft 365 Copilot. > [!NOTE] From db02c142fb17cc06a8cb34a08d59123f12bfdced Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Thu, 18 Dec 2025 16:26:26 -0800 Subject: [PATCH 2/3] Update date in declarative agent manifest documentation --- docs/declarative-agent-manifest-1.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/declarative-agent-manifest-1.6.md b/docs/declarative-agent-manifest-1.6.md index 64b31160..0a1834ff 100644 --- a/docs/declarative-agent-manifest-1.6.md +++ b/docs/declarative-agent-manifest-1.6.md @@ -4,7 +4,7 @@ description: Learn about the 1.6 schema for a manifest file for declarative agen author: RachitMalik12 ms.author: malikrachit ms.localizationpriority: medium -ms.date: 11/18/2025 +ms.date: 12/18/2025 ms.topic: reference --- From cbac5d30901949c832c8eb742c8e8b911c2f1abb Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Thu, 18 Dec 2025 16:27:50 -0800 Subject: [PATCH 3/3] Update user reference in agent capabilities section --- docs/declarative-agent-manifest-1.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/declarative-agent-manifest-1.6.md b/docs/declarative-agent-manifest-1.6.md index 0a1834ff..bf920937 100644 --- a/docs/declarative-agent-manifest-1.6.md +++ b/docs/declarative-agent-manifest-1.6.md @@ -740,7 +740,7 @@ The worker agent object contains the following property. ### User override object -Identifies capabilities in the agent that the agent end user can modify via a UI control in Microsoft 365 Copilot. +Identifies capabilities in the agent that the agent user can modify via a UI control in Microsoft 365 Copilot. > [!NOTE] > When you declare `GraphConnectors` in the `path`, the system buckets and displays Microsoft provided connectors using a friendly name, and custom connectors using the connector name (e.g., CB Insights). This behavior ensures end users can easily identify and manage connector sources when configuring their agent session. For more information on connectors and publishers, see [Microsoft 365 Copilot Connectors Gallery](/microsoftsearch/connectors-gallery).