Skip to content

Commit b88d207

Browse files
committed
Adding preview monikers
1 parent 3a8e333 commit b88d207

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@
20512051
href: ./data-platform/lowcode-plug-ins-examples.md
20522052
- name: Low-code plug-ins Power Fx
20532053
href: ./data-platform/low-code-plug-ins-powerfx.md
2054-
- name: Create low-code plug-ins to use with Microsoft Copilot
2054+
- name: Create low-code plug-ins to use with a copilot (preview)
20552055
href: ./data-platform/low-code-plugins-copilot-studio.md
20562056
- name: Work with actions
20572057
items:

powerapps-docs/maker/data-platform/low-code-plugins-copilot-studio.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create Dataverse low-code plug-ins to use with Microsoft Copilot
2+
title: Create Dataverse low-code plug-ins to use with Microsoft Copilot (preview)
33
description: Learn how to create low-code plug-ins to use with Microsoft Copilot generative AI actions.
44
author: mikefactorial
55
ms.author: dikamath
@@ -10,10 +10,16 @@ ms.date: 04/26/2024
1010
ms.custom: template-how-to
1111
ms.collection: bap-ai-copilot
1212
---
13-
# Create low-code plug-ins to use with Microsoft Copilot
13+
# Create low-code plug-ins to use with Microsoft Copilot (preview)
14+
15+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
1416

1517
Copilot actions are a way to extend the capabilities of your copilot bots. With Copilot generative AI actions, you create custom actions that are triggered by your copilot bot. These actions are used to perform a wide range of tasks, such as sending emails, creating records in Microsoft Dataverse, or calling external APIs. In this article, you create a basic low-code plug-in that adds two integers together and a more complex plug-in that can be used to send a notification either of which can be used to create an action in Microsoft Copilot Studio.
1618

19+
> [!IMPORTANT]
20+
> - This is a preview feature.
21+
> - [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
22+
1723
## Prerequisites to use the plug-in with Microsoft Copilot
1824

1925
Before you begin, make sure you have the following prerequisites:

0 commit comments

Comments
 (0)