Skip to content

Commit b2e6514

Browse files
Update well-written-input-text-copilot.md
finalized updates
1 parent 0fa0eb0 commit b2e6514

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ You can use Copilot to quickly generate well-written text to use as input text i
2525
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.
2626

2727
> [!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'
2930
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
3031
> - This capability may be subject to usage limits or capacity throttling.
3132
> - 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
3637
## Use this feature
3738

3839
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.
4041
2. Insert text into the text box. For example, you can quickly jot down an idea.
4142

4243
> [!Note]
@@ -59,6 +60,17 @@ Makers can turn off this feature on a per-app basis within app settings using th
5960
1. On the **App settings** pane, set the toggle for **Text assistance in web player (preview)** to **Off**.
6061
1. Select **Save**.
6162

63+
To disable features via PowerShell, you must install the correct module
64+
65+
```powershell
66+
$Install-Module -Name Microsoft.PowerApps.Administration.PowerShell -RequiredVersion 2.0.179
67+
```
68+
Makers can turn off this feature on a per-app basis using Windows PowerShell **Set-PowerAppSettings** cmdlet.
69+
70+
```powershell
71+
$Set-PowerAppSettings -AppName 'AppName' -DraftingCopilotEnabled $false
72+
```
73+
6274
Power Platform admins can turn off this feature on a per-environment basis using Windows PowerShell **Set-EnvironmentCopilotSettings** cmdlet.
6375

6476
```powershell
@@ -71,3 +83,5 @@ Power Platform admins can turn off this feature on a per-environment basis using
7183

7284
**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.
7385

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+

0 commit comments

Comments
 (0)