Skip to content

Commit d4b2755

Browse files
authored
Merge pull request #9096 from MicrosoftDocs/jordanchodakWork-patch-2
Update well-written-input-text-copilot.md
2 parents 002af90 + 92a1d59 commit d4b2755

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

powerapps-docs/user/well-written-input-text-copilot.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Draft well-written, input text with Copilot (preveiw)
2+
title: Draft well-written, input text with Copilot (preview)
33
description: Learn how users can use Copilot to quickly generate well-written text that can be used as input text in text boxes in apps made with Power Apps.
44
ms.date: 01/11/2024
55
ms.custom:
@@ -23,10 +23,6 @@ End users can use Copilot to quickly generate well-written text that can be used
2323

2424
When a user is trying to quickly input text into multi-line text boxes or rich text editors in a canvas app, the user might worry about forming complete sentences and having grammatically correct text. With the assistance of Copilot, a user can quickly jot down their ideas in a text box without worrying about format and grammar. Copilot corrects grammar errors and eloquently refines the user's ideas. The user can also change the tone and length of the output to fit the scenario.
2525

26-
> [!Important]
27-
> - This is a preview feature.
28-
> - Preview features aren't meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
29-
> - This feature is in process of rolling out, and may not be available in your region yet.
3026

3127
## Use this feature
3228

@@ -44,22 +40,35 @@ When a user is trying to quickly input text into multi-line text boxes or rich t
4440
- If you want Copilot to suggest different text, select **Rewrite**.
4541
- If you are satisfied with the text that Copilot suggested, select **Add** to enter the text in the text box.
4642

47-
## Turn off this feature
43+
## Turn off text assistance in web player
4844

4945
Makers can turn off this feature on a per app basis within app settings using the [Power Apps](https://make.powerapps.com) maker portal.
5046

51-
1. Go to the [Power Apps](https://make.powerapps.com) maker portal.
52-
1. Select **Apps** in the navigation pane.
53-
1. Select the check mark next to a canvas app.
54-
1. Select **Settings** in the command bar. The **App settings** pane appears.
55-
1. Select **Off** for the **Text assistance in web player (preview)** feature.
47+
1. Sign in to [Power Apps](https://make.powerapps.com).
48+
1. On the left navigation pane, select **Apps**.
49+
1. Select a canvas app and then select **Settings** on the command bar.
50+
1. On the **App settings** pane, set the toggle for **Text assistance in web player (preview)** to **Off**.
5651
1. Select **Save**.
5752

53+
Power Platform admins can turn off this feature on a per environment basis using Windows PowerShell **Set-EnvironmentCopilotSettings** cmdlet.
54+
55+
```powershell
56+
$Set-EnvironmentCopilotSettings -EnvironmentName 'EnvironmentName' -AppDraftingCopilotEnabled false
57+
```
58+
59+
60+
> [!IMPORTANT]
61+
> - To use this feature, your admin must allow data movement across regions. Your environment must also be in a supported region. For information about supported regions and how to allow data movement across regions, see [Enable copilots and generative AI features](/power-platform/admin/geographical-availability-copilot).
62+
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
63+
> - This capability may be subject to usage limits or capacity throttling.
64+
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
65+
> - Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
66+
> - This feature is in process of rolling out, and may not be available in your region yet.
67+
> - For more information about the preview, go to our [preview terms](https://go.microsoft.com/fwlink/?linkid=2189520).
68+
5869
## Known issue
5970

6071
**Error**: There was a problem using this description. Try again.
6172

6273
**Resolution**: This error may be due to capacity limits. We recommend that you give the system some time before trying again. It may also be that you have not given the system enough information to properly generate output. Add more details to try again.
6374

64-
65-
[!INCLUDE[footer-include](../includes/footer-banner.md)]

0 commit comments

Comments
 (0)