btlqql opened a new issue, #2077:
URL: https://github.com/apache/rocketmq-dashboard/issues/2077
## Problem
server/src/main/java/org/apache/rocketmq/studio/ops/ai/AiCommandDTO.java and
ChatDTO.java have no constraints, and the controller does not use @Valid, so an
empty {} payload reaches the provider layer.
## Expected
Add @NotBlank and @Valid.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]