btlqql opened a new pull request, #2102:
URL: https://github.com/apache/rocketmq-dashboard/pull/2102

   ## What is the purpose of the change
   
   Fix #2077.
   
   AiCommandDTO and ChatDTO had no constraints and the controller did not use 
@Valid, so an empty payload reached the provider layer.
   
   ## Brief changelog
   
   - AiCommandDTO: @NotBlank on command; ChatDTO: @NotBlank on message
   - AiController: apply @Valid on chat and execute
   
   ## How was this patch verified
   
   - Code review; no /chat or /execute test cases to regress
   - git diff --check clean


-- 
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]

Reply via email to