Skip to content

Commit b05adc7

Browse files
committed
Fixed Acrolinx suggestions
1 parent 72fdfc5 commit b05adc7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/power-platform/copilot-studio/authoring/error-codes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Common problems include:
130130

131131
#### FlowMakerConnectionBlocked
132132

133-
**Error message**: The flow with name `{FlowName}` is using a maker connection, which is not allowed. Error Code: `{FlowMakerConnectionBlocked}`
133+
**Error message**: The flow with name `{FlowName}` is using a maker connection, which isn't allowed. Error Code: `{FlowMakerConnectionBlocked}`
134134

135135
**Resolution**: The administrator prevents using maker credentials in a connection invoked from the agent flow. [Open the flow in Power Automate](/power-automate/overview-manage-cloud-flows#open-the-details-screen-for-a-flow) and [share the cloud flow with run-only permissions](/power-automate/create-team-flows#share-a-cloud-flow-with-run-only-permissions).
136136

@@ -168,7 +168,7 @@ Common problems include:
168168

169169
**Error message**: The content was blocked by a Responsible AI check for hateful content. Hate harms refer to any content that attacks or uses discriminatory language with reference to a person or identity group based on certain differentiating attributes of these groups.
170170

171-
This includes, but is not limited to:
171+
This includes, but isn't limited to:
172172

173173
- Race, ethnicity, nationality
174174
- Gender identity groups and expression
@@ -182,7 +182,7 @@ This includes, but is not limited to:
182182

183183
#### OpenAIJailBreak
184184

185-
**Error message**: The content was blocked by a security check for a jailbreak attempt. This is a user prompt attack that is ignoring system prompts with the goal of altering the intended agent behavior. Classes of attacks include attempt to change system rules, embedding a conversation mockup to confuse the model, role-play, or encoding attacks. For more information, see [Prompt Shields in Azure AI Content Safety](/azure/ai-services/content-safety/concepts/jailbreak-detection).
185+
**Error message**: The content was blocked by a security check for a jailbreak attempt. This is a user prompt attack that's ignoring system prompts with the goal of altering the intended agent behavior. Classes of attacks include attempt to change system rules, embedding a conversation mockup to confuse the model, role-play, or encoding attacks. For more information, see [Prompt Shields in Azure AI Content Safety](/azure/ai-services/content-safety/concepts/jailbreak-detection).
186186

187187
**Resolution**: You can reinforce responsible AI guidelines with your agent users to avoid this situation. Optionally, you can also update the agent content moderation policies.
188188

@@ -263,7 +263,7 @@ For more information, see [Maximum channel data message size limits when using C
263263

264264
#### RedirectToNonExistentDialog
265265

266-
**Error message**: The Dialog with Id {DialogId} was not found in the definition. Please check that the Dialog is present and that the Id is correct.
266+
**Error message**: The Dialog with Id {DialogId} wasn't found in the definition. Please check that the Dialog is present and that the Id is correct.
267267

268268
**Resolution**: [Create a new topic](/microsoft-copilot-studio/authoring-create-edit-topics#create-a-topic) to redirect to, or [remove the redirect node](/microsoft-copilot-studio/authoring-create-edit-topics#delete-a-node).
269269

@@ -277,7 +277,7 @@ For more information, see [Maximum channel data message size limits when using C
277277

278278
**Error message**: The request is resulting in too much data to handle, please evaluate the amount of data being returned by your actions.
279279

280-
**Resolution**: This indicates the request being sent to OpenAI is exceeding the maximum request size allowed. There are a number of things that make up the request including the user input, output from previous actions, tools called, and conversation history. Review the tools you are using, and, where possible, scope down their output to only the necessary fields. For more information, see [Create a Power Automate flow](/microsoft-copilot-studio/advanced-flow-create) and [Call a Power Automate flow as an action](/microsoft-copilot-studio/advanced-use-flow).
280+
**Resolution**: This indicates the request being sent to OpenAI is exceeding the maximum request size allowed. There are a number of things that make up the request including the user input, output from previous actions, tools called, and conversation history. Review the tools you're using, and, where possible, scope down their output to only the necessary fields. For more information, see [Create a Power Automate flow](/microsoft-copilot-studio/advanced-flow-create) and [Call a Power Automate flow as an action](/microsoft-copilot-studio/advanced-use-flow).
281281

282282
# [Classic/Teams](#tab/classic+teams)
283283

@@ -296,7 +296,7 @@ For more information, see [Maximum channel data message size limits when using C
296296
| **2010** | "We can't retrieve your bot content." | Content couldn't be found because it was deleted. To configure a new agent, see [Create and delete agents][10]. To configure a new environment, see [Work with Power Platform environments][11]. |
297297
| **2011** | "We couldn't find `{Skill Name}` in `{Topic Name}`. Please check your content." | Skill couldn't be found because it was deleted. To create a new skill, see [Configure a Bot Framework skill][15]. |
298298
| **2012** | "We couldn't find `{Flow Name}` in `{Topic Name}`. Please check your content." | Your Power Automate Flow couldn't be found because it was deleted. To create a new flow, see [Create a flow][16]. |
299-
| **2014** | "The translation service did not respond." | Try again later. If the issue persists, [contact customer support][17]. |
299+
| **2014** | "The translation service didn't respond." | Try again later. If the issue persists, [contact customer support][17]. |
300300
| **2015** | "You're not authorized to call `{Skill Name}`. Please check the skill and its usage for any issues." | Check your [skill's configuration][15] and ensure your bot is [added to the skill's allowlist][18]. |
301301
| **2016** | "Sorry, we couldn't find your bot." | There was a problem with an [Azure Bot Service channel][19]. The channel might have been deleted or configured incorrectly. |
302302
| **2017** | "Sorry, we couldn't access your bot." | The [Azure Bot Service channel][19] couldn't be accessed. Check the channel configuration for authentication issues. |

0 commit comments

Comments
 (0)