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
|[ConnectedAgentGptComponentNotFound](#connectedagentgptcomponentnotfound)| A connected agent is missing descriptions or instructions. |
36
-
|[ConnectorPowerFxError](#connectorpowerfxerror)| There was an error in the Power Fx expression evaluation in connector actions.|
37
-
|[ContentError](#contenterror)| There was an error in the topic content. |
36
+
|[ConnectorPowerFxError](#connectorpowerfxerror)| There's an error in the Power Fx expression evaluation in connector actions.|
37
+
|[ContentError](#contenterror)| There's an error in the topic content. |
38
38
|[ConsentNotProvidedByUser](#consentnotprovidedbyuser)| A user interacting with an agent rejected the agent's SSO request. |
39
39
|[ConversationStateTooLarge](#conversationstatetoolarge)| The conversation state exceeds the size limits. |
40
-
|[DataLossPreventionViolation](#datalosspreventionviolation)| There was a data policy violation. |
41
-
|[EnforcementMessageC2](#enforcementmessagec2)| Not enough prepaid capacity was available. |
42
-
|[FlowActionBadRequest](#flowactionbadrequest)| A request that was made to an [agent flow][1]was malformed. |
40
+
|[DataLossPreventionViolation](#datalosspreventionviolation)| There's a data policy violation. |
41
+
|[EnforcementMessageC2](#enforcementmessagec2)| Not enough prepaid capacity is available. |
42
+
|[FlowActionBadRequest](#flowactionbadrequest)| A request that was made to an [agent flow][1]is malformed. |
43
43
|[FlowActionException](#flowactionexception)| An error occurred while executing an [agent flow][1]. |
44
44
|[FlowActionTimedOut](#flowactiontimedout)| An [agent flow][1] took more than 100 seconds to run and timed out. |
45
45
|[FlowMakerConnectionBlocked](#flowmakerconnectionblocked)| An [agent flow][1] invoked with unauthorized maker credentials in connection. |
@@ -107,7 +107,7 @@ For more information, see [Create a prompt action](/ai-builder/use-a-custom-prom
107
107
108
108
- Integrated authentication is not supported in channel `{channel}`.
109
109
110
-
**Resolution:** This error occurs when your agent uses actions or features that require user authentication, but authentication hasn't been configured. To resolve:
110
+
**Resolution:** This error occurs when your agent uses actions or features that require user authentication, but authentication isn't configured. To resolve:
111
111
112
112
1. In your agent, go to **Settings > Security > Authentication**.
113
113
1. Select an appropriate authentication method: **Authenticate with Microsoft** for Microsoft 365 users, or **Authenticate manually** for custom OAuth providers.
@@ -123,7 +123,7 @@ For more information, see [Configure user authentication](/microsoft-copilot-stu
123
123
124
124
1. Open both agents and go to **Settings > Security > Authentication**.
125
125
1. Ensure both agents use the same authentication method (for example, both use **Authenticate with Microsoft**).
126
-
1. If using manual authentication, ensure both agents are configured with the same OAuth provider and settings.
126
+
1. If you're using manual authentication, ensure both agents are configured with the same OAuth provider and settings.
127
127
128
128
The following authentication compatibility rules apply:
129
129
@@ -137,7 +137,7 @@ For more information, see [Configure user authentication](/microsoft-copilot-stu
137
137
138
138
**Error message:** Connected agent with schema name {AgentSchemaName} not found.
139
139
140
-
**Resolution:** This error occurs in multi-agent orchestration when the orchestrator agent can't find a connected sub-agent. To resolve:
140
+
**Resolution:** This error occurs in multi-agent orchestration when the orchestrator agent can't find a connected sub-agent. To resolve the error:
141
141
142
142
1. Verify the connected agent exists in the same environment as the orchestrator agent.
143
143
1. Ensure the connected agent's schema name is spelled correctly in the orchestrator configuration.
@@ -150,7 +150,7 @@ For more information, see [Use agents as actions in other agents (preview)](/mic
150
150
151
151
**Error message:** Connected agent with schema name `{AgentSchemaName}` needs to be published to be invoked.
152
152
153
-
**Resolution:** The connected sub-agent must be published before it can be invoked by the orchestrator agent. To resolve:
153
+
**Resolution:** The connected sub-agent must be published before the orchestrator agent can invoke it. To resolve the error:
154
154
155
155
1. Open the connected agent in Copilot Studio.
156
156
1. Publish the agent.
@@ -162,7 +162,7 @@ For more information, see [Use agents as actions in other agents (preview)](/mic
162
162
163
163
**Error message:** Agent chaining detected. Your agent cannot be connected to agent with schema name `{AgentSchemaName}` as it already has a connected agent.
164
164
165
-
**Resolution:** Multi-level agent chaining isn't supported. An orchestrator agent can connect to sub-agents, but those sub-agents can't have their own connected agents. To resolve:
165
+
**Resolution:** Multi-level agent chaining isn't supported. An orchestrator agent can connect to sub-agents, but those sub-agents can't have their own connected agents. To resolve the error:
166
166
167
167
1. Review your agent architecture and flatten the hierarchy.
168
168
1. Move the functionality from deeply nested agents into either the orchestrator or first-level connected agents.
@@ -174,7 +174,7 @@ For more information, see [Use agents as actions in other agents (preview)](/mic
174
174
175
175
**Error message:** No GPT component found for connected agent with schema name `{AgentSchemaName}`.
176
176
177
-
**Resolution:** The connected agent is missing required description or instructions that enable it to be invoked by an orchestrator agent. To resolve:
177
+
**Resolution:** The connected agent is missing required description or instructions that enable it to be invoked by an orchestrator agent. To resolve the error:
178
178
179
179
1. Open the connected agent in Copilot Studio.
180
180
1. Go to the agent's **Overview** page.
@@ -188,7 +188,7 @@ For more information, see [Use agents as actions in other agents (preview)](/mic
188
188
189
189
**Error message:** Power Fx expression evaluation failed: {ErrorDetails}
190
190
191
-
**Resolution:** A Power Fx expression used in a connector action failed to evaluate correctly. To resolve:
191
+
**Resolution:** A Power Fx expression used in a connector action failed to evaluate correctly. To resolve the error:
192
192
193
193
1. Open the topic containing the connector action.
194
194
1. Review the Power Fx expressions in the action's input parameters.
@@ -197,10 +197,10 @@ For more information, see [Use agents as actions in other agents (preview)](/mic
197
197
198
198
Common causes include:
199
199
200
-
- Syntax errors
201
-
- Type mismatches (such as comparing text to numbers without conversion)
202
-
- Null or blank values (use functions like `IsBlank()`, `Coalesce()`, or `IfError()` for handling)
203
-
- Invalid function usage
200
+
- Syntax errors.
201
+
- Type mismatches, such as comparing text to numbers without conversion.
202
+
- Null or blank values. Use functions like `IsBlank()`, `Coalesce()`, or `IfError()` for handling.
203
+
- Invalid function usage.
204
204
205
205
For more information, see [Use Power Fx in Copilot Studio](/microsoft-copilot-studio/advanced-power-fx).
206
206
@@ -236,7 +236,7 @@ Common problems include:
236
236
237
237
**Error message:** Conversation state size exceeds the maximum allowed limit.
238
238
239
-
**Resolution:** The conversation has accumulated too much data in its state, exceeding the allowed size limits. To resolve:
239
+
**Resolution:** The conversation accumulates too much data in its state, exceeding the allowed size limits. To resolve:
240
240
241
241
1. Reduce variable data by reviewing your topics and reducing the amount of data stored in variables during the conversation.
242
242
1. Clear unused variables by setting them to blank when they're no longer needed.
0 commit comments