RockteMQ-AI commented on issue #2172: URL: https://github.com/apache/rocketmq-dashboard/issues/2172#issuecomment-5304677099
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug. The test endpoint for LLM configurations does not properly validate provider support before reporting success. When `supports()` returns false for Azure/Bedrock providers, the method falls through to a success response without making an actual request, giving false positive validation results. **Root Cause:** Missing early-return or error path when the selected provider is not supported by the OpenAI-compatible client. **Impact:** Users may configure unsupported providers believing they work, only to discover failures at runtime. **Severity:** Medium An automated fix proposal may be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
