The error you are encountering indicates that the request sent to the AI Agent in Copilot Studio is missing a user message with non-empty content. Specifically, the error message states: "The request must contain at least one user message with non-empty content." This typically means that when you are trying to create or interact with the AI Agent, the input provided does not include any meaningful user message, which is required for the request to be processed successfully.
To resolve this issue, ensure that your request includes at least one user message that is not empty. Check the input parameters you are sending to the agent and make sure they contain valid content.
References: