The error message you are encountering, "The output returned from the connector was too large to be handled by the agent," indicates that the payload being returned from one of your agent's connectors exceeds the size limit that the agent can process. This issue may have arisen due to changes in the data being returned by the connector or an increase in the amount of data being requested.
To resolve this issue, you can try the following:
- Utilize Connector Filters: Apply filters to reduce the amount of data being returned by the connector.
- Limit Action Outputs: Consider limiting the number of outputs configured in your actions to reduce the overall size of the response.
It's possible that the agent was previously able to handle the data size, but changes in the data or configuration have led to this new limitation being reached.
For more information regarding the payload limit, you can refer to the documentation on Copilot Studio web app limits.