You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/user/well-written-input-text-copilot.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Draft well-written, input text with Copilot (preview)
3
3
description: Learn how to use Copilot to quickly generate well-written text that can be used in text boxes in apps made with Power Apps.
4
-
ms.date: 01/11/2024
4
+
ms.date: 02/15/2024
5
5
ms.custom:
6
6
- responsible-ai-faqs
7
7
ms.topic: article
@@ -26,7 +26,7 @@ When trying to quickly input text into multiline text boxes or rich text editors
26
26
27
27
> [!IMPORTANT]
28
28
> - To use this feature, your environment must be in a US region.
29
-
> - To use this feature, the browser language must be 'en'
29
+
> - To use this feature, the browser language must be US English.
30
30
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
31
31
> - This capability may be subject to usage limits or capacity throttling.
32
32
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
@@ -52,36 +52,40 @@ When trying to quickly input text into multiline text boxes or rich text editors
52
52
53
53
## Turn off text assistance in web player
54
54
55
-
Makers can turn off this feature on a per-app basis within app settings using the [Power Apps](https://make.powerapps.com) maker portal.
55
+
You can turn off text assistance on for an app using app setting or PowerShell cmdlet, or an environment using PowerShell cmdlet.
56
+
57
+
> [!NOTE]
58
+
> When using PowerShell cmdlets, you must use Power Apps admin PowerShell module version 2.0.179 or later. More information: [Get started using the Power Apps admin module](/powershell/powerapps/get-started-powerapps-admin).
59
+
60
+
### Turn off text assistance for an app
61
+
62
+
You can use either the app setting, or PowerShell cmdlet to turn this setting off for an app.
63
+
64
+
To turn off for an app using the app settings:
56
65
57
66
1. Sign in to [Power Apps](https://make.powerapps.com).
58
67
1. On the left navigation pane, select **Apps**.
59
68
1. Select a canvas app and then select **Settings** on the command bar.
60
69
1. On the **App settings** pane, set the toggle for **Text assistance in web player (preview)** to **Off**.
61
70
1. Select **Save**.
62
71
63
-
To disable features via PowerShell, you must install the correct module
**Error**: There was a problem using this description. Try again.
83
-
84
-
**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 haven't given the system enough information to properly generate output. Add more details to try again.
85
-
86
-
There is not a way to disable this feature on a per-tenant basis. It can only be disabled by the methods listed in this document.
87
-
88
+
- You might see "There was a problem using this description. Try again." error. This error occurs due to the following possibilities:
89
+
- You've reached capacity limits. In this case, try again after some time.
90
+
- You've not provided enough information to properly generate output. In this case, add more details to try again.
91
+
- There is not a way to disable this feature on a per-tenant basis. It can only be disabled by the methods listed in this document.
0 commit comments