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
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ You can use Copilot to quickly generate well-written text to use as input text i
25
25
When trying to quickly input text into multiline text boxes or rich text editors in a canvas app, you might worry about forming complete sentences and having grammatically correct text. With the assistance of Copilot, you can quickly jot down ideas in a text box without worrying about format and grammar. Copilot corrects errors in grammar and eloquently refines your ideas. You can also change the tone and length of the output to fit the scenario.
26
26
27
27
> [!IMPORTANT]
28
-
> - 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).
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
30
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
30
31
> - This capability may be subject to usage limits or capacity throttling.
31
32
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
@@ -36,7 +37,7 @@ When trying to quickly input text into multiline text boxes or rich text editors
36
37
## Use this feature
37
38
38
39
1. Insert your cursor into a multiline text box or rich text editor in a canvas app.
39
-
1.Select the **Draft with Copilot**icon, and then select the **Draft with Copilot** option.
40
+
1.The option to **Draft with Copilot**should appear. Select that option.
40
41
2. Insert text into the text box. For example, you can quickly jot down an idea.
41
42
42
43
> [!Note]
@@ -59,6 +60,17 @@ Makers can turn off this feature on a per-app basis within app settings using th
59
60
1. On the **App settings** pane, set the toggle for **Text assistance in web player (preview)** to **Off**.
60
61
1. Select **Save**.
61
62
63
+
To disable features via PowerShell, you must install the correct module
Power Platform admins can turn off this feature on a per-environment basis using Windows PowerShell **Set-EnvironmentCopilotSettings** cmdlet.
63
75
64
76
```powershell
@@ -71,3 +83,5 @@ Power Platform admins can turn off this feature on a per-environment basis using
71
83
72
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.
73
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.
0 commit comments