Skip to content

Commit 8dd5d9b

Browse files
committed
Added missing error code
1 parent 5444080 commit 8dd5d9b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ As an agent maker, if a problem occurs when you use the test pane to [test your
2828
| [AIModelActionRequestTimeout](#aimodelactionrequesttimeout) | There's a timeout error that's related to a call to an AI Builder model. |
2929
| [AsyncResponsePayloadTooLarge](#asyncresponsepayloadtoolarge) | There's an error that's related to the output of a connector. |
3030
| [AuthenticationNotConfigured](#authenticationnotconfigured) | Authentication is required but wasn't configured. |
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. |
3132
| [ConnectedAgentAuthMismatch](#connectedagentauthmismatch) | There's an authentication mismatch between the orchestrator and sub-agent. |
3233
| [ConnectedAgentBotNotFound](#connectedagentbotnotfound) | A sub-agent in a multi-agent orchestration configuration wasn't found. |
3334
| [ConnectedAgentBotNotPublished](#connectedagentbotnotpublished) | A sub-agent in a multi-agent orchestration configuration wasn't published. |
@@ -114,6 +115,16 @@ For more information, see [Create a prompt action](/ai-builder/use-a-custom-prom
114115

115116
For more information, see [Configure user authentication](/microsoft-copilot-studio/configuration-end-user-authentication).
116117

118+
#### BindingKeyNotFoundError
119+
120+
**Error message**: One of the following error messages appears based on the context of the error:
121+
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
125+
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.
127+
117128
#### ConnectedAgentAuthMismatch
118129

119130
**Error message:** Your connected agent with schema name `{AgentSchemaName}` has an authentication mismatch with the main agent.

0 commit comments

Comments
 (0)