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
|[AIModelActionBadRequest](#aimodelactionbadrequest)| There's a mismatch between the prompt action types. |
28
+
|[AIModelActionRequestTimeout](#aimodelactionrequesttimeout)| There's a timeout error that's related to a call to an AI Builder model. |
29
+
|[AsyncResponsePayloadTooLarge](#asyncresponsepayloadtoolarge)| There's an error that's related to the output of a connector. |
30
+
|[AuthenticationNotConfigured](#authenticationnotconfigured)| Authentication is required but wasn't configured. |
31
31
|[BindingKeyNotFoundError](#bindingkeynotfounderror)| One or more inputs have changed on the agent flow (added, removed, or renamed). The agent flow needs to be removed and re-added to ensure Copilot Studio has the correct list of inputs. |
32
-
|[ConnectedAgentAuthMismatch](#connectedagentauthmismatch)| There's an authentication mismatch between the orchestrator and sub-agent. |
33
-
|[ConnectedAgentBotNotFound](#connectedagentbotnotfound)| A sub-agent in a multi-agent orchestration configuration wasn't found. |
34
-
|[ConnectedAgentBotNotPublished](#connectedagentbotnotpublished)| A sub-agent in a multi-agent orchestration configuration wasn't published. |
@@ -117,13 +117,15 @@ For more information, see [Configure user authentication](/microsoft-copilot-stu
117
117
118
118
#### BindingKeyNotFoundError
119
119
120
-
**Error message**: One of the following error messages appears based on the context of the error:
120
+
**Error messages**:
121
+
122
+
- Binding '\<BindingName>' is not found, refresh this flow to get the latest bindings
123
+
- Input binding '\<BindingName>' is not found, refresh this flow to get the latest bindings
124
+
- Output binding '\<BindingName>' is not found, refresh this flow to get the latest bindings
121
125
122
-
- Binding '{0}' is not found, refresh this flow to get the latest bindings
123
-
- Input binding '{0}' is not found, refresh this flow to get the latest bindings
124
-
- Output binding '{0}' is not found, refresh this flow to get the latest bindings
126
+
**Resolution**: Check that the agent flow inputs and outputs are set up correctly. Try refreshing the inputs or outputs to resolve this issue. If that doesn't work, try setting up the agent flow again.
125
127
126
-
**Resolution**: Make sure to set up the agent flow input or output correctly. Try refreshing the inputs or outputs to resolve this issue; otherwise, try setting up the agent flow again. You can also remove or re-add the agent flow to get the latest inputs and outputs. If it isn't a custom agent flow, then open a support ticket.
128
+
To get the latest inputs and outputs, remove and readd the agent flow. If the agent flow isn't a custom agent flow, open a support ticket.
0 commit comments